Package | Description |
---|---|
org.apache.woden.internal.wsdl20 | |
org.apache.woden.internal.wsdl20.validation | |
org.apache.woden.wsdl20 | |
org.apache.woden.wsdl20.fragids |
Modifier and Type | Class and Description |
---|---|
class |
BindingImpl
This class represents the Binding component from the WSDL 2.0 Component Model
and the WSDL <binding> element.
|
Modifier and Type | Method and Description |
---|---|
Binding |
EndpointImpl.getBinding() |
Binding |
DescriptionImpl.getBinding(QName name) |
Binding[] |
DescriptionImpl.getBindings() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
BindingPart(Binding binding)
Constructs a BindingPart class using values from the Binding WSDL 2.0 component.
|
Copyright © 2005–2015 Apache Software Foundation. All rights reserved.