-
- All Known Implementing Classes:
CompositeObjectAdapter,CompositeObjectBuilder
@IndexSubclasses public interface ObjectBuilder<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidbuildChildObject(T object, javax.xml.namespace.QName name, Attributes attributes, XMLReader reader)TcreateObject(javax.xml.namespace.QName name, java.lang.Object parent)default voidinitializeObject(T object, javax.xml.namespace.QName name, Attributes attributes, XMLReader reader)
-
-
-
Method Detail
-
createObject
T createObject(javax.xml.namespace.QName name, java.lang.Object parent) throws ObjectBuildException
- Throws:
ObjectBuildException
-
initializeObject
default void initializeObject(T object, javax.xml.namespace.QName name, Attributes attributes, XMLReader reader) throws ObjectBuildException, XMLReadException
- Throws:
ObjectBuildExceptionXMLReadException
-
buildChildObject
default void buildChildObject(T object, javax.xml.namespace.QName name, Attributes attributes, XMLReader reader) throws ObjectBuildException, XMLReadException
- Throws:
ObjectBuildExceptionXMLReadException
-
-