Modifier and Type | Method and Description |
---|---|
static TExtensibilityElement |
TExtensibilityElement.Factory.newInstance()
Deprecated.
No need to be able to create instances of abstract types
|
static TExtensibilityElement |
TExtensibilityElement.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
Deprecated.
No need to be able to create instances of abstract types
|
static TExtensibilityElement |
TExtensibilityElement.Factory.parse(File file) |
static TExtensibilityElement |
TExtensibilityElement.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TExtensibilityElement |
TExtensibilityElement.Factory.parse(InputStream is) |
static TExtensibilityElement |
TExtensibilityElement.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TExtensibilityElement |
TExtensibilityElement.Factory.parse(Node node) |
static TExtensibilityElement |
TExtensibilityElement.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TExtensibilityElement |
TExtensibilityElement.Factory.parse(Reader r) |
static TExtensibilityElement |
TExtensibilityElement.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TExtensibilityElement |
TExtensibilityElement.Factory.parse(String xmlAsString) |
static TExtensibilityElement |
TExtensibilityElement.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TExtensibilityElement |
TExtensibilityElement.Factory.parse(URL u) |
static TExtensibilityElement |
TExtensibilityElement.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TExtensibilityElement |
TExtensibilityElement.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TExtensibilityElement |
TExtensibilityElement.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TExtensibilityElement |
TExtensibilityElement.Factory.parse(XMLStreamReader sr) |
static TExtensibilityElement |
TExtensibilityElement.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Interface and Description |
---|---|
interface |
AddressType
An XML addressType(@http://schemas.xmlsoap.org/wsdl/http/).
|
interface |
BindingType
An XML bindingType(@http://schemas.xmlsoap.org/wsdl/http/).
|
interface |
OperationType
An XML operationType(@http://schemas.xmlsoap.org/wsdl/http/).
|
Modifier and Type | Class and Description |
---|---|
class |
AddressTypeImpl
An XML addressType(@http://schemas.xmlsoap.org/wsdl/http/).
|
class |
BindingTypeImpl
An XML bindingType(@http://schemas.xmlsoap.org/wsdl/http/).
|
class |
OperationTypeImpl
An XML operationType(@http://schemas.xmlsoap.org/wsdl/http/).
|
Modifier and Type | Class and Description |
---|---|
class |
TExtensibilityElementImpl
An XML tExtensibilityElement(@http://schemas.xmlsoap.org/wsdl/).
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContentType
An XML contentType(@http://schemas.xmlsoap.org/wsdl/mime/).
|
interface |
MultipartRelatedType
An XML multipartRelatedType(@http://schemas.xmlsoap.org/wsdl/mime/).
|
interface |
TMimeXml
An XML tMimeXml(@http://schemas.xmlsoap.org/wsdl/mime/).
|
Modifier and Type | Class and Description |
---|---|
class |
ContentTypeImpl
An XML contentType(@http://schemas.xmlsoap.org/wsdl/mime/).
|
class |
MultipartRelatedTypeImpl
An XML multipartRelatedType(@http://schemas.xmlsoap.org/wsdl/mime/).
|
class |
TMimeXmlImpl
An XML tMimeXml(@http://schemas.xmlsoap.org/wsdl/mime/).
|
Modifier and Type | Interface and Description |
---|---|
interface |
TAddress
An XML tAddress(@http://schemas.xmlsoap.org/wsdl/soap/).
|
interface |
TBinding
An XML tBinding(@http://schemas.xmlsoap.org/wsdl/soap/).
|
interface |
TBody
An XML tBody(@http://schemas.xmlsoap.org/wsdl/soap/).
|
interface |
TFault
An XML tFault(@http://schemas.xmlsoap.org/wsdl/soap/).
|
interface |
TFaultRes
An XML tFaultRes(@http://schemas.xmlsoap.org/wsdl/soap/).
|
interface |
THeader
An XML tHeader(@http://schemas.xmlsoap.org/wsdl/soap/).
|
interface |
TOperation
An XML tOperation(@http://schemas.xmlsoap.org/wsdl/soap/).
|
Modifier and Type | Class and Description |
---|---|
class |
TAddressImpl
An XML tAddress(@http://schemas.xmlsoap.org/wsdl/soap/).
|
class |
TBindingImpl
An XML tBinding(@http://schemas.xmlsoap.org/wsdl/soap/).
|
class |
TBodyImpl
An XML tBody(@http://schemas.xmlsoap.org/wsdl/soap/).
|
class |
TFaultImpl
An XML tFault(@http://schemas.xmlsoap.org/wsdl/soap/).
|
class |
TFaultResImpl
An XML tFaultRes(@http://schemas.xmlsoap.org/wsdl/soap/).
|
class |
THeaderImpl
An XML tHeader(@http://schemas.xmlsoap.org/wsdl/soap/).
|
class |
TOperationImpl
An XML tOperation(@http://schemas.xmlsoap.org/wsdl/soap/).
|
Copyright © 2019. All Rights Reserved.