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

getContentTypeSG

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

getTypeSG

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

getPropertySG

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

newPropertySGChain

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

init

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