- java.lang.Object
-
- org.xmlobjects.util.composite.CompositeObjectBuilder<T>
-
- All Implemented Interfaces:
ObjectBuilder<T>
public abstract class CompositeObjectBuilder<T> extends java.lang.Object implements ObjectBuilder<T>
-
-
Constructor Summary
Constructors Constructor Description CompositeObjectBuilder(java.lang.Class<S> adapter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildChildObject(T object, javax.xml.namespace.QName name, Attributes attributes, XMLReader reader)voidinitializeObject(T object, javax.xml.namespace.QName name, Attributes attributes, XMLReader reader)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.xmlobjects.builder.ObjectBuilder
createObject
-
-
-
-
Method Detail
-
initializeObject
public void initializeObject(T object, javax.xml.namespace.QName name, Attributes attributes, XMLReader reader) throws ObjectBuildException, XMLReadException
- Specified by:
initializeObjectin interfaceObjectBuilder<T>- Throws:
ObjectBuildExceptionXMLReadException
-
buildChildObject
public void buildChildObject(T object, javax.xml.namespace.QName name, Attributes attributes, XMLReader reader) throws ObjectBuildException, XMLReadException
- Specified by:
buildChildObjectin interfaceObjectBuilder<T>- Throws:
ObjectBuildExceptionXMLReadException
-
-