org.apache.ws.jaxme.generator.sg
Interface ObjectSGChain

All Known Implementing Classes:
JAXBObjectSG, ObjectSGChainImpl

public interface ObjectSGChain


Method Summary
 void generate(ObjectSG pController)
           
 Context getClassContext(ObjectSG pController)
           
 SGFactory getFactory(ObjectSG pController)
           
 org.xml.sax.Locator getLocator(ObjectSG pController)
           
 XsQName getName(ObjectSG pController)
           
 SchemaSG getSchema(ObjectSG pController)
           
 TypeSG getTypeSG(ObjectSG pController)
           
 JavaSource getXMLHandler(ObjectSG pController)
           
 JavaSource getXMLImplementation(ObjectSG pController)
           
 JavaSource getXMLInterface(ObjectSG pController)
           
 JavaSource getXMLSerializer(ObjectSG pController)
           
 void init(ObjectSG pController)
           
 boolean isGlobal(ObjectSG pController)
           
 

Method Detail

getName

XsQName getName(ObjectSG pController)

getClassContext

Context getClassContext(ObjectSG pController)

getTypeSG

TypeSG getTypeSG(ObjectSG pController)

getXMLInterface

JavaSource getXMLInterface(ObjectSG pController)
                           throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getXMLImplementation

JavaSource getXMLImplementation(ObjectSG pController)
                                throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getXMLHandler

JavaSource getXMLHandler(ObjectSG pController)
                         throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getXMLSerializer

JavaSource getXMLSerializer(ObjectSG pController)
                            throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

generate

void generate(ObjectSG pController)
              throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

isGlobal

boolean isGlobal(ObjectSG pController)
                 throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getFactory

SGFactory getFactory(ObjectSG pController)

getSchema

SchemaSG getSchema(ObjectSG pController)

getLocator

org.xml.sax.Locator getLocator(ObjectSG pController)

init

void init(ObjectSG pController)
          throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException