public interface Binding extends WSDLComponent
Modifier and Type | Method and Description |
---|---|
BindingFault[] |
getBindingFaults()
Represents the {binding faults} property of the Binding component.
|
BindingOperation[] |
getBindingOperations()
Represents the {binding operations} property of the Binding component.
|
Interface |
getInterface()
Represents the {interface} property of the Binding component.
|
QName |
getName()
Returns a QName representing the {name} property of the Binding component.
|
URI |
getType()
Returns a URI representing the {type} property of the Binding component.
|
BindingElement |
toElement()
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
|
equals, getComponentExtensionContext, getFragmentIdentifier, isEquivalentTo, setComponentExtensionContext, toString
getExtensionProperties, getExtensionProperties, getExtensionProperty
QName getName()
Interface getInterface()
URI getType()
For example:
For a SOAP binding this will be the uri "http://www.w3.org/ns/wsdl/soap".
For an HTTP binding this will be the uri "http://www.w3.org/ns/wsdl/http".
BindingFault[] getBindingFaults()
BindingOperation[] getBindingOperations()
BindingElement toElement()
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.