|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DriverSG
Interface of an object, which generates instances
of org.apache.ws.jaxme.JMXmlSerializer
.
Method Summary | |
---|---|
void |
generate()
Invokes the various newFooMethod
methods. |
JavaSource |
getJavaSource()
Returns the class being created. |
ComplexTypeSG |
getType()
Returns the type being serialized. |
JavaMethod |
newGetAttributesMethod()
Generates the method JMSAXDriver.getAttributes(org.apache.ws.jaxme.impl.JMSAXDriverController, Object) . |
JavaMethod |
newGetPreferredPrefixMethod()
Generates the method JMSAXDriver.getPreferredPrefix(String) . |
JavaMethod |
newMarshalChildsMethod()
Generates the method JMSAXDriver.marshalChilds(org.apache.ws.jaxme.impl.JMSAXDriverController, org.xml.sax.ContentHandler, Object) . |
Method Detail |
---|
JavaSource getJavaSource()
ComplexTypeSG getType()
JavaMethod newGetAttributesMethod() throws org.xml.sax.SAXException
JMSAXDriver.getAttributes(org.apache.ws.jaxme.impl.JMSAXDriverController, Object)
.
org.xml.sax.SAXException
JavaMethod newGetPreferredPrefixMethod() throws org.xml.sax.SAXException
JMSAXDriver.getPreferredPrefix(String)
.
org.xml.sax.SAXException
JavaMethod newMarshalChildsMethod() throws org.xml.sax.SAXException
JMSAXDriver.marshalChilds(org.apache.ws.jaxme.impl.JMSAXDriverController, org.xml.sax.ContentHandler, Object)
.
org.xml.sax.SAXException
void generate() throws org.xml.sax.SAXException
newFooMethod
methods.
org.xml.sax.SAXException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |