org.apache.ws.jaxme.generator.sg.impl
Class ObjectSGImpl
java.lang.Object
org.apache.ws.jaxme.generator.sg.impl.ObjectSGImpl
- ObjectSG, SGItem
public class ObjectSGImpl
extends java.lang.Object
generate
public void generate()
throws SAXException
Generates the objects sources.
- generate in interface ObjectSG
getLocator
public Locator getLocator()
Returns the items location in the schema; useful for
error messages.
- getLocator in interface SGItem
getXMLHandler
public JavaSource getXMLHandler()
throws SAXException
If the object is global and complex: Generates its XML handler.
- getXMLHandler in interface ObjectSG
getXMLImplementation
public JavaSource getXMLImplementation()
throws SAXException
If the object is global and complex: Generates its XML implementation.
- getXMLImplementation in interface ObjectSG
getXMLInterface
public JavaSource getXMLInterface()
throws SAXException
If the object is global and complex: Generates its XML interface.
- getXMLInterface in interface ObjectSG
getXMLSerializer
public JavaSource getXMLSerializer()
throws SAXException
If the object is global and complex: Generates its XML serializer.
- getXMLSerializer in interface ObjectSG
init
public void init()
throws SAXException
Initializes the item.
- init in interface SGItem
isGlobal
public boolean isGlobal()
throws SAXException
Returns whether the ObjectSG
is global.
- isGlobal in interface ObjectSG