| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.jaxme.xs.impl.XSObjectFactoryImpl
org.apache.ws.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
| Constructor Summary | |
| JAXBObjectFactoryImpl() | |
| Method Summary | |
|  XSSimpleType | newXSAtomicType(XSType pResultType,
                XSType pRestrictedType,
                XsERestriction pRestriction)Returns a new instance of XSSimpleType. | 
|  XSSimpleType | newXSAtomicType(XSType pResultType,
                XSType pRestrictedType,
                XsTSimpleRestrictionType pRestriction)Returns a new instance of XSSimpleType. | 
|  XSAttribute | newXSAttribute(XSObject pParent,
               XsTAttribute pAttribute)Returns a new instance of XSAttribute. | 
|  XSElement | newXSElement(XSObject pParent,
             XsTElement pElement)Returns a new instance of XSElement. | 
|  XSEnumeration | newXSEnumeration(XSObject pParent,
                 XsEEnumeration pEnumeration)Returns a new instance of XSEnumeration. | 
|  XSGroup | newXSGroup(XSObject pParent,
           XsEChoice pChoice)Returns a new instance of XSGroup. | 
|  XSGroup | newXSGroup(XSObject pParent,
           XsESequence pSequence)Returns a new instance of XSGroup. | 
|  XSGroup | newXSGroup(XSObject pParent,
           XsTAll pAll)Returns a new instance of XSGroup. | 
|  XSGroup | newXSGroup(XSObject pParent,
           XsTGroupRef pGroupRef)Returns a new instance of XSGroup. | 
|  XSGroup | newXSGroup(XSObject pParent,
           XsTNamedGroup pNamedGroup)Returns a new instance of XSGroup. | 
|  XSSimpleType | newXSListType(XSType pResultType,
              XsEList pList)Returns a new instance of XSSimpleType. | 
|  XSSimpleType | newXSListType(XSType pResultType,
              XSType pRestrictedType,
              XsERestriction pRestriction)Returns a new instance of XSSimpleType. | 
|  XSSimpleType | newXSListType(XSType pResultType,
              XSType pRestrictedType,
              XsTSimpleRestrictionType pRestriction)Returns a new instance of XSSimpleType. | 
|  XSSchema | newXSSchema(XSContext pContext,
            XsESchema pSchema)Returns a new instance of XSSchema. | 
|  XSType | newXSType(XSObject pParent,
          XsETopLevelSimpleType pType)Returns a new instance of XSType. | 
|  XSType | newXSType(XSObject pParent,
          XsTComplexType pType)Returns a new instance of XSType. | 
|  XSType | newXSType(XSObject pParent,
          XsTLocalComplexType pType)Returns a new instance of XSType. | 
|  XSType | newXSType(XSObject pParent,
          XsTLocalSimpleType pType)Returns a new instance of XSType. | 
|  XSType | newXSType(XSObject pParent,
          XsTSimpleRestrictionType pType)Returns a new instance of XSType. | 
|  XSSimpleType | newXSUnionType(XSType pResultType,
               XsEUnion pUnion)Returns a new instance of XSSimpleType. | 
|  XSSimpleType | newXSUnionType(XSType pResultType,
               XSType pRestrictedType,
               XsERestriction pRestriction)Returns a new instance of XSSimpleType. | 
|  XSSimpleType | newXSUnionType(XSType pResultType,
               XSType pRestrictedType,
               XsTSimpleRestrictionType pRestriction)Returns a new instance of XSSimpleType. | 
| Methods inherited from class org.apache.ws.jaxme.xs.impl.XSObjectFactoryImpl | 
| newXSAnnotation, newXSAnnotations, newXSAny, newXSAppinfo, newXSAttributeGroup, newXSDocumentation, newXSIdentityConstraint, newXSIdentityConstraint, newXSKeyRef, newXSLogicalParser, newXSNotation, newXSSimpleContentType, newXSWildcard | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public JAXBObjectFactoryImpl()
| Method Detail | 
public XSSimpleType newXSAtomicType(XSType pResultType,
                                    XSType pRestrictedType,
                                    XsERestriction pRestriction)
                             throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSSimpleType.
newXSAtomicType in interface XSObjectFactorynewXSAtomicType in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSSimpleType newXSAtomicType(XSType pResultType,
                                    XSType pRestrictedType,
                                    XsTSimpleRestrictionType pRestriction)
                             throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSSimpleType.
newXSAtomicType in interface XSObjectFactorynewXSAtomicType in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSAttribute newXSAttribute(XSObject pParent,
                                  XsTAttribute pAttribute)
                           throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSAttribute.
newXSAttribute in interface XSObjectFactorynewXSAttribute in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSEnumeration newXSEnumeration(XSObject pParent,
                                      XsEEnumeration pEnumeration)
                               throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSEnumeration.
newXSEnumeration in interface XSObjectFactorynewXSEnumeration in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSSchema newXSSchema(XSContext pContext,
                            XsESchema pSchema)
                     throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSSchema.
newXSSchema in interface XSObjectFactorynewXSSchema in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSGroup newXSGroup(XSObject pParent,
                          XsTAll pAll)
                   throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSGroup.
newXSGroup in interface XSObjectFactorynewXSGroup in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSGroup newXSGroup(XSObject pParent,
                          XsEChoice pChoice)
                   throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSGroup.
newXSGroup in interface XSObjectFactorynewXSGroup in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSGroup newXSGroup(XSObject pParent,
                          XsESequence pSequence)
                   throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSGroup.
newXSGroup in interface XSObjectFactorynewXSGroup in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSGroup newXSGroup(XSObject pParent,
                          XsTGroupRef pGroupRef)
                   throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSGroup.
newXSGroup in interface XSObjectFactorynewXSGroup in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSGroup newXSGroup(XSObject pParent,
                          XsTNamedGroup pNamedGroup)
                   throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSGroup.
newXSGroup in interface XSObjectFactorynewXSGroup in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSSimpleType newXSListType(XSType pResultType,
                                  XsEList pList)
                           throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSSimpleType.
newXSListType in interface XSObjectFactorynewXSListType in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSSimpleType newXSListType(XSType pResultType,
                                  XSType pRestrictedType,
                                  XsERestriction pRestriction)
                           throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSSimpleType.
newXSListType in interface XSObjectFactorynewXSListType in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSSimpleType newXSListType(XSType pResultType,
                                  XSType pRestrictedType,
                                  XsTSimpleRestrictionType pRestriction)
                           throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSSimpleType.
newXSListType in interface XSObjectFactorynewXSListType in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSType newXSType(XSObject pParent,
                        XsETopLevelSimpleType pType)
                 throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSType.
newXSType in interface XSObjectFactorynewXSType in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSType newXSType(XSObject pParent,
                        XsTComplexType pType)
                 throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSType.
newXSType in interface XSObjectFactorynewXSType in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSType newXSType(XSObject pParent,
                        XsTLocalComplexType pType)
                 throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSType.
newXSType in interface XSObjectFactorynewXSType in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSType newXSType(XSObject pParent,
                        XsTLocalSimpleType pType)
                 throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSType.
newXSType in interface XSObjectFactorynewXSType in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSType newXSType(XSObject pParent,
                        XsTSimpleRestrictionType pType)
                 throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSType.
newXSType in interface XSObjectFactorynewXSType in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSElement newXSElement(XSObject pParent,
                              XsTElement pElement)
                       throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSElement.
newXSElement in interface XSObjectFactorynewXSElement in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSSimpleType newXSUnionType(XSType pResultType,
                                   XsEUnion pUnion)
                            throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSSimpleType.
newXSUnionType in interface XSObjectFactorynewXSUnionType in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSSimpleType newXSUnionType(XSType pResultType,
                                   XSType pRestrictedType,
                                   XsERestriction pRestriction)
                            throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSSimpleType.
newXSUnionType in interface XSObjectFactorynewXSUnionType in class XSObjectFactoryImplorg.xml.sax.SAXException
public XSSimpleType newXSUnionType(XSType pResultType,
                                   XSType pRestrictedType,
                                   XsTSimpleRestrictionType pRestriction)
                            throws org.xml.sax.SAXException
XSObjectFactoryReturns a new instance of XSSimpleType.
newXSUnionType in interface XSObjectFactorynewXSUnionType in class XSObjectFactoryImplorg.xml.sax.SAXException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||