Uses of Interface
org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented

Packages that use TExtensibleAttributesDocumented
org.apache.geronimo.xbeans.wsdl   
org.apache.geronimo.xbeans.wsdl.impl   
 

Uses of TExtensibleAttributesDocumented in org.apache.geronimo.xbeans.wsdl
 

Subinterfaces of TExtensibleAttributesDocumented in org.apache.geronimo.xbeans.wsdl
 interface TFault
          An XML tFault(@http://schemas.xmlsoap.org/wsdl/).
 interface TImport
          An XML tImport(@http://schemas.xmlsoap.org/wsdl/).
 interface TParam
          An XML tParam(@http://schemas.xmlsoap.org/wsdl/).
 interface TPart
          An XML tPart(@http://schemas.xmlsoap.org/wsdl/).
 interface TPortType
          An XML tPortType(@http://schemas.xmlsoap.org/wsdl/).
 

Methods in org.apache.geronimo.xbeans.wsdl that return TExtensibleAttributesDocumented
static TExtensibleAttributesDocumented TExtensibleAttributesDocumented.Factory.newInstance()
          Deprecated. No need to be able to create instances of abstract types
static TExtensibleAttributesDocumented TExtensibleAttributesDocumented.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
          Deprecated. No need to be able to create instances of abstract types
static TExtensibleAttributesDocumented TExtensibleAttributesDocumented.Factory.parse(File file)
           
static TExtensibleAttributesDocumented TExtensibleAttributesDocumented.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TExtensibleAttributesDocumented TExtensibleAttributesDocumented.Factory.parse(InputStream is)
           
static TExtensibleAttributesDocumented TExtensibleAttributesDocumented.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TExtensibleAttributesDocumented TExtensibleAttributesDocumented.Factory.parse(Node node)
           
static TExtensibleAttributesDocumented TExtensibleAttributesDocumented.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TExtensibleAttributesDocumented TExtensibleAttributesDocumented.Factory.parse(Reader r)
           
static TExtensibleAttributesDocumented TExtensibleAttributesDocumented.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TExtensibleAttributesDocumented TExtensibleAttributesDocumented.Factory.parse(String xmlAsString)
           
static TExtensibleAttributesDocumented TExtensibleAttributesDocumented.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TExtensibleAttributesDocumented TExtensibleAttributesDocumented.Factory.parse(URL u)
           
static TExtensibleAttributesDocumented TExtensibleAttributesDocumented.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TExtensibleAttributesDocumented TExtensibleAttributesDocumented.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TExtensibleAttributesDocumented TExtensibleAttributesDocumented.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TExtensibleAttributesDocumented TExtensibleAttributesDocumented.Factory.parse(XMLStreamReader sr)
           
static TExtensibleAttributesDocumented TExtensibleAttributesDocumented.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of TExtensibleAttributesDocumented in org.apache.geronimo.xbeans.wsdl.impl
 

Classes in org.apache.geronimo.xbeans.wsdl.impl that implement TExtensibleAttributesDocumented
 class TExtensibleAttributesDocumentedImpl
          An XML tExtensibleAttributesDocumented(@http://schemas.xmlsoap.org/wsdl/).
 class TFaultImpl
          An XML tFault(@http://schemas.xmlsoap.org/wsdl/).
 class TImportImpl
          An XML tImport(@http://schemas.xmlsoap.org/wsdl/).
 class TParamImpl
          An XML tParam(@http://schemas.xmlsoap.org/wsdl/).
 class TPartImpl
          An XML tPart(@http://schemas.xmlsoap.org/wsdl/).
 class TPortTypeImpl
          An XML tPortType(@http://schemas.xmlsoap.org/wsdl/).
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.