Modifier and Type | Interface and Description |
---|---|
interface |
Binding |
interface |
BindingFault |
interface |
BindingInput |
interface |
BindingOperation |
interface |
BindingOutput |
interface |
Definitions |
interface |
Documentation |
interface |
ExtensibilityElement
Interface for wsdl extensibility elements
|
static interface |
ExtensibilityElement.EmbeddedModel
Interface for an extensibility element that is a root of an embedded model.
|
static interface |
ExtensibilityElement.ParentSelector
An extensibility element with ability to select parent to be added to.
|
static interface |
ExtensibilityElement.UpdaterProvider
Interface for an extensibility element that could provide update visitor
to be used during sync from source.
|
interface |
Fault |
interface |
Import |
interface |
Input |
interface |
Message |
interface |
NotificationOperation
Represents notification operation type.
|
interface |
OneWayOperation
Represent one-way operation type
|
interface |
Operation |
interface |
OperationParameter |
interface |
Output |
interface |
Part
Represents a message part in the WSDL document
|
interface |
Port |
interface |
PortType |
interface |
ReferenceableExtensibilityElement |
interface |
ReferenceableWSDLComponent |
interface |
RequestResponseOperation
Represents request-response operation type.
|
interface |
Service |
interface |
SolicitResponseOperation
Represents solicit-response operation type.
|
interface |
Types |
Modifier and Type | Method and Description |
---|---|
WSDLComponent |
WSDLComponentFactory.create(WSDLComponent parent,
QName qName) |
Modifier and Type | Method and Description |
---|---|
WSDLComponent |
WSDLComponentFactory.create(WSDLComponent parent,
QName qName) |
Modifier and Type | Interface and Description |
---|---|
interface |
HTTPAddress
Represents the http:address element under the wsdl port for HTTP binding.
|
interface |
HTTPBinding
Represents the http:binding element under the wsdl binding element for HTTP binding.
|
interface |
HTTPComponent |
interface |
HTTPOperation
Represents the http:operation element under wsdl:operation for HTTP binding.
|
interface |
HTTPUrlEncoded
Represents an http:urlEncoded element under the wsdl:input or wsdl:output element for HTTP binding.
|
interface |
HTTPUrlReplacement
Represents the http:urlReplacement element under the wsdl:input or wsdl:output element for HTTP binding.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SOAPAddress |
interface |
SOAPBinding |
interface |
SOAPBody |
interface |
SOAPComponent |
interface |
SOAPFault
Represents the fault element under the wsdl:fault element for SOAP binding
|
interface |
SOAPHeader
Represents a header element under the wsdl:input or wsdl:output element for SOAP binding
|
interface |
SOAPHeaderBase |
interface |
SOAPHeaderFault |
interface |
SOAPMessageBase |
interface |
SOAPOperation |
Modifier and Type | Interface and Description |
---|---|
interface |
SOAP12Address |
interface |
SOAP12Binding |
interface |
SOAP12Body |
interface |
SOAP12Component |
interface |
SOAP12Fault
Represents the fault element under the wsdl:fault element for SOAP binding
|
interface |
SOAP12Header
Represents a header element under the wsdl:input or wsdl:output element for SOAP binding
|
interface |
SOAP12HeaderBase |
interface |
SOAP12HeaderFault |
interface |
SOAP12MessageBase |
interface |
SOAP12Operation |
Modifier and Type | Interface and Description |
---|---|
interface |
WSDLSchema |
Modifier and Type | Class and Description |
---|---|
class |
GenericExtensibilityElement |
class |
NamedExtensibilityElementBase |
class |
WSDLComponentBase |
Modifier and Type | Method and Description |
---|---|
abstract WSDLComponent |
ElementFactory.create(WSDLComponent container,
Element element)
Creates WSDLComponent from a DOM element given container component.
|
Modifier and Type | Method and Description |
---|---|
abstract WSDLComponent |
ElementFactory.create(WSDLComponent container,
Element element)
Creates WSDLComponent from a DOM element given container component.
|
Modifier and Type | Method and Description |
---|---|
WSDLComponent |
FindWSDLComponent.findComponent(WSDLComponent root,
Element xmlNode) |
WSDLComponent |
FindWSDLComponent.findComponent(WSDLComponent root,
String xpath) |
Modifier and Type | Method and Description |
---|---|
static <T extends WSDLComponent> |
FindWSDLComponent.findComponent(Class<T> type,
WSDLComponent root,
String xpath) |
WSDLComponent |
FindWSDLComponent.findComponent(WSDLComponent root,
Element xmlNode) |
WSDLComponent |
FindWSDLComponent.findComponent(WSDLComponent root,
String xpath) |
protected void |
ChildVisitor.visitComponent(WSDLComponent container) |
protected void |
DefaultVisitor.visitComponent(WSDLComponent component) |
protected void |
FindWSDLComponent.visitComponent(WSDLComponent component) |