Modifier and Type | Interface and Description |
---|---|
interface |
Binding
Represents the Binding component from the WSDL 2.0 Component model.
|
interface |
BindingFault
Represents the BindingFault component from the WSDL 2.0 Component model.
|
interface |
BindingFaultReference
Represents the BindingFaultReference component from the WSDL 2.0 Component model.
|
interface |
BindingMessageReference
Represents the BindingMessageReference component from the WSDL 2.0 Component model
|
interface |
BindingOperation
Represents the BindingOperation component from the WSDL 2.0 Component model.
|
interface |
Description
Represents the Description component from the WSDL 2.0 Component model,
as described in the W3C WSDL 2.0 specification.
|
interface |
Endpoint
Represents the Endpoint component from the WSDL 2.0 Component model.
|
interface |
Interface
Represents the Interface component from the WSDL 2.0 Component model.
|
interface |
InterfaceFault
Represents the InterfaceFault component from the WSDL 2.0 Component model.
|
interface |
InterfaceFaultReference
Represents the InterfaceFaultReference component from the WSDL 2.0 Component model.
|
interface |
InterfaceMessageReference
Represents the InterfaceMessageReference component from the WSDL 2.0 Component model.
|
interface |
InterfaceOperation
Represents the InterfaceMessageReference component from the WSDL 2.0 Component model.
|
interface |
NestedComponent
Represents a super-type of all WSDL Components which are 'nested' directly
or indirectly within the 'top-level' WSDL components; Interface, Binding
and Service.
|
interface |
Service
Represents the Service component from the WSDL 2.0 Component model.
|
Modifier and Type | Method and Description |
---|---|
WSDLComponent |
NestedComponent.getParent()
Returns a WSDLComponent representing the parent of this nested component.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WSDLComponent.equals(WSDLComponent comp)
Deprecated.
Use isEquivalentTo(WSDLComponent)
|
boolean |
WSDLComponent.isEquivalentTo(WSDLComponent comp)
Tests whether this component is logically equivalent the specified component.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EdBinding
Represents the editable Binding component from the WSDL 2.0 Component model
|
interface |
EdBindingFault
Represents the editable BindingFault component from the WSDL 2.0 Component
model.
|
interface |
EdBindingFaultReference
Represents the editable BindingFaultReference component from the WSDL 2.0
Component model.
|
interface |
EdBindingMessageReference
Represents the editable BindingMessageReference component from the WSDL 2.0
Component model
|
interface |
EdBindingOperation
Represents the editable BindingOperation component from the WSDL 2.0
Component
|
interface |
EdDescription
Represents the editable Description component from the WSDL 2.0 Component
model
|
interface |
EdEndpoint
Represents the editable Endpoint component from the WSDL 2.0 Component model.
|
interface |
EdInterface
Represents the editable Interface component from the WSDL 2.0 Component
model.
|
interface |
EdInterfaceFault
Represents the editable InterfaceFault component from the WSDL 2.0 Component
model.
|
interface |
EdInterfaceFaultReference
Represents the editable InterfaceFaultReference component from the WSDL 2.0
Component model.
|
interface |
EdInterfaceMessageReference
Represents the editable InterfaceMessageReference component from the WSDL 2.0
Component model.
|
interface |
EdInterfaceOperation
Represents the editable InterfaceMessageReference component from the WSDL 2.0
Component model.
|
interface |
EdService
Represents the editable Service component from the WSDL 2.0 Component model.
|
Modifier and Type | Method and Description |
---|---|
WSDLComponent |
ComponentExtensionContext.getParent() |
WSDLComponent |
BaseComponentExtensionContext.getParent() |
Modifier and Type | Method and Description |
---|---|
ComponentExtensionContext |
ExtensionRegistry.createComponentExtension(Class parentClass,
WSDLComponent parentComp,
URI extNamespace)
Return a ComponentExtensionContext object from the Java class registered for
the specified extension namespace against the specified WSDL component class.
|
Constructor and Description |
---|
BaseComponentExtensionContext(WSDLComponent parent,
URI extNamespace,
ErrorReporter errorReporter)
Constructor accepts the parent component, the extension namespace and an error reporter.
|
Modifier and Type | Method and Description |
---|---|
WSDLComponent |
HTTPHeader.getParent() |
Modifier and Type | Method and Description |
---|---|
WSDLComponent |
SOAPModule.getParent() |
WSDLComponent |
SOAPHeaderBlock.getParent() |
Copyright ? Apache Software Foundation. All Rights Reserved.