Package | Description |
---|---|
org.apache.woden.internal.wsdl20 | |
org.apache.woden.wsdl20 | |
org.apache.woden.wsdl20.xml |
Modifier and Type | Class and Description |
---|---|
class |
BindingMessageReferenceImpl
This class represents the BindingMessageReference component of the
WSDL 2.0 Component model and the <input> and <output>
child elements of a WSDL binding <operation>.
|
Modifier and Type | Method and Description |
---|---|
BindingMessageReferenceElement |
BindingOperationImpl.addBindingMessageReferenceElement() |
BindingMessageReferenceElement[] |
BindingOperationImpl.getBindingMessageReferenceElements() |
BindingMessageReferenceElement |
BindingMessageReferenceImpl.toElement() |
Modifier and Type | Method and Description |
---|---|
void |
BindingOperationImpl.removeBindingMessageReferenceElement(BindingMessageReferenceElement msgRef) |
Modifier and Type | Method and Description |
---|---|
BindingMessageReferenceElement |
BindingMessageReference.toElement()
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
|
Modifier and Type | Method and Description |
---|---|
BindingMessageReferenceElement |
BindingOperationElement.addBindingMessageReferenceElement()
Create a BindingMessageReferenceElement with this BindingOperationElement as its parent
and return a reference to it.
|
BindingMessageReferenceElement[] |
BindingOperationElement.getBindingMessageReferenceElements()
Return the set of BindingMessageReferenceElements within this BindingOperationElement.
|
Modifier and Type | Method and Description |
---|---|
void |
BindingOperationElement.removeBindingMessageReferenceElement(BindingMessageReferenceElement msgRef)
Remove the specified BindingMessageReferenceElement from the set of
BindingMessageReferenceElements within this BindingOperationElement.
|
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.