|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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, getComponentExtensionsForNamespace |
Method Detail |
public QName getName()
public Interface getInterface()
public 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".
public BindingFault[] getBindingFaults()
public BindingOperation[] getBindingOperations()
public BindingElement toElement()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |