org.apache.ws.jaxme.generator.sg.impl
Class JAXBSGFactory
public
class
JAXBSGFactory
extends Object
implements SGFactoryChain
| Method Summary |
| Generator | getGenerator(SGFactory pController) |
| GroupSG[] | getGroups(SGFactory pController) |
| GroupSG | getGroupSG(SGFactory pController, XSGroup pGroup) |
| GroupSG | getGroupSG(SGFactory pController, XSGroup pGroup, Context pClassContext) |
| ObjectSG[] | getObjects(SGFactory pController) |
| ObjectSG | getObjectSG(SGFactory pController, XSElement pElement) |
| ObjectSG | getObjectSG(SGFactory pController, XSAny pAny, Context pContext) |
| ObjectSG | getObjectSG(SGFactory pController, XSElement pElement, Context pContext) |
| SchemaSG | getSchemaSG(SGFactory pController, XSSchema pSchema) |
| SchemaSG | getSchemaSG(SGFactory pController) |
| TypeSG[] | getTypes(SGFactory pController) |
| TypeSG | getTypeSG(SGFactory pController, XSType pType) |
| TypeSG | getTypeSG(SGFactory pController, XSType pType, Context pClassContext, XsQName pName) |
| TypeSG | getTypeSG(SGFactory pController, XSType pType, XsQName pName) |
| void | init(SGFactory pController) |
| Facet | newFacet(SGFactory pController, XSType pType, XSEnumeration[] pEnumerations) |
| GroupSG | newGroupSG(SGFactory pController, XSGroup pGroup) |
| GroupSG | newGroupSG(SGFactory pController, XSGroup pGroup, Context pClassContext) |
| Object | newObjectSG(SGFactory pController, XSElement pElement) |
| Object | newObjectSG(SGFactory pController, XSAny pAny) |
| Object | newObjectSG(SGFactory pController, XSElement pElement, Context pContext) |
| Object | newSchemaSG(SGFactory pController, XSSchema pSchema) |
| Object | newTypeSG(SGFactory pController, XSType pType) |
| Object | newTypeSG(SGFactory pController, XSType pType, Context pClassContext, XsQName pName) |
| Object | newTypeSG(SGFactory pController, XSType pType, XsQName pName) |
| XsObjectFactory | newXsObjectFactory(SGFactory pController) |
| XSObjectFactory | newXSObjectFactory(SGFactory pController) |
| XSParser | newXSParser(SGFactory pController) |
Creates a new instance for the given
Generator.