|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Binding | |
---|---|
org.apache.woden.internal.wsdl20 | |
org.apache.woden.internal.wsdl20.validation | |
org.apache.woden.wsdl20 | |
org.apache.woden.wsdl20.fragids |
Uses of Binding in org.apache.woden.internal.wsdl20 |
---|
Classes in org.apache.woden.internal.wsdl20 that implement Binding | |
---|---|
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 Binding | |
---|---|
Binding |
EndpointImpl.getBinding()
|
Binding |
DescriptionImpl.getBinding(QName name)
|
Binding[] |
DescriptionImpl.getBindings()
|
Uses of Binding in org.apache.woden.internal.wsdl20.validation |
---|
Methods in org.apache.woden.internal.wsdl20.validation with parameters of type Binding | |
---|---|
protected boolean |
WSDLComponentValidator.testAssertionBinding1044(Binding binding,
ErrorReporter errorReporter)
Test assertion Binding-1044. |
protected boolean |
WSDLComponentValidator.testAssertionBinding1045(Binding binding,
ErrorReporter errorReporter)
Test assertion Binding-1045. |
protected boolean |
WSDLComponentValidator.testAssertionBinding1048(Binding binding,
ErrorReporter errorReporter)
Test assertion Binding-1048. |
protected boolean |
WSDLComponentValidator.testAssertionBinding1049(Binding[] bindings,
ErrorReporter errorReporter)
Test assertion Binding-1049. |
protected void |
WSDLComponentValidator.validateBindings(Binding[] bindings,
Description desc,
ErrorReporter errorReporter)
Validate the bindings in the WSDL component model. |
Uses of Binding in org.apache.woden.wsdl20 |
---|
Methods in org.apache.woden.wsdl20 that return Binding | |
---|---|
Binding |
Endpoint.getBinding()
Represents the {binding} property of the Endpoint component. |
Binding |
Description.getBinding(QName name)
Returns a Binding with the specified name from the {bindings} property of this Description. |
Binding[] |
Description.getBindings()
Represents the {bindings} property of the Description component. |
Uses of Binding in org.apache.woden.wsdl20.fragids |
---|
Constructors in org.apache.woden.wsdl20.fragids with parameters of type Binding | |
---|---|
BindingPart(Binding binding)
Constructs a BindingPart class using values from the Binding WSDL 2.0 component. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |