|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingElement | |
org.apache.woden.internal.wsdl20 | |
org.apache.woden.wsdl20 | |
org.apache.woden.wsdl20.xml |
Uses of BindingElement in org.apache.woden.internal.wsdl20 |
Classes in org.apache.woden.internal.wsdl20 that implement BindingElement | |
class |
BindingImpl
This class represents the Binding component from the WSDL 2.0 Component Model and the WSDL <binding> element. |
Methods in org.apache.woden.internal.wsdl20 that return BindingElement | |
BindingElement |
EndpointImpl.getBindingElement()
|
BindingElement |
BindingImpl.toElement()
|
BindingElement[] |
DescriptionImpl.getBindingElements()
|
BindingElement |
DescriptionImpl.addBindingElement()
|
Uses of BindingElement in org.apache.woden.wsdl20 |
Methods in org.apache.woden.wsdl20 that return BindingElement | |
BindingElement |
Binding.toElement()
Returns a WSDLElement that represents the element information item from the WSDL 2.0 infoset that maps to this WSDLComponent. |
Uses of BindingElement in org.apache.woden.wsdl20.xml |
Methods in org.apache.woden.wsdl20.xml that return BindingElement | |
BindingElement |
DescriptionElement.addBindingElement()
Create a BindingElement with this DescriptionElement as its parent and return a reference to it. |
BindingElement[] |
DescriptionElement.getBindingElements()
Return the set of BindingElements within this DescriptionElement. |
BindingElement |
EndpointElement.getBindingElement()
Return the BindingElement referred to by this EndpointElement. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |