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

All Known Implementing Classes:
JAXBSimpleContentTypeSG, SimpleContentSGChainImpl

public interface SimpleContentSGChain


Method Summary
 TypeSG getContentTypeSG(SimpleContentSG pController)
           
 PropertySG getPropertySG(SimpleContentSG pController)
           
 TypeSG getTypeSG(SimpleContentSG pController)
           
 void init(SimpleContentSG pController)
           
 java.lang.Object newPropertySGChain(SimpleContentSG pController)
           
 

Method Detail

init

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

newPropertySGChain

java.lang.Object newPropertySGChain(SimpleContentSG pController)
                                    throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getPropertySG

PropertySG getPropertySG(SimpleContentSG pController)
                         throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getTypeSG

TypeSG getTypeSG(SimpleContentSG pController)
                 throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

getContentTypeSG

TypeSG getContentTypeSG(SimpleContentSG pController)
                        throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException