|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Binding
Represents the Binding component from the WSDL 2.0 Component model.
Method Summary | |
---|---|
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. |
java.net.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. |
Methods inherited from interface org.apache.woden.wsdl20.WSDLComponent |
---|
equals, getComponentExtensionContext, getFragmentIdentifier, setComponentExtensionContext, toString |
Methods inherited from interface org.apache.woden.wsdl20.extensions.PropertyExtensible |
---|
getExtensionProperties, getExtensionProperties, getExtensionProperty |
Method Detail |
---|
QName getName()
Interface getInterface()
java.net.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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |