|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingMessageReferenceElement
Represents the WSDL 2.0 <input> and <output> elements, declared as child elements of the binding <operation> element.
Method Summary | |
---|---|
Direction |
getDirection()
Returns an enumerated type, Direction, that indicates the direction of this message. |
InterfaceMessageReferenceElement |
getInterfaceMessageReferenceElement()
Return the InterfaceMessageReferenceElement associated with this BindingMessageReferenceElement. |
NCName |
getMessageLabel()
Return the NCName representing the message label. |
void |
setDirection(Direction dir)
Set the message direction using the specified enumerated type, Direction, which indicates the direction of the message. |
void |
setMessageLabel(NCName msgLabel)
Set the message label to the specified NCName. |
Methods inherited from interface org.apache.woden.wsdl20.xml.DocumentableElement |
---|
addDocumentationElement, getDocumentationElements |
Methods inherited from interface org.apache.woden.wsdl20.xml.WSDLElement |
---|
addNamespace, getDeclaredNamespaces, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, removeNamespace |
Methods inherited from interface org.apache.woden.wsdl20.extensions.AttributeExtensible |
---|
getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttribute |
Methods inherited from interface org.apache.woden.wsdl20.extensions.ElementExtensible |
---|
addExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElement |
Methods inherited from interface org.apache.woden.wsdl20.xml.NestedElement |
---|
getParentElement |
Methods inherited from interface org.apache.woden.wsdl20.xml.WSDLElement |
---|
addNamespace, getDeclaredNamespaces, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, removeNamespace |
Methods inherited from interface org.apache.woden.wsdl20.extensions.AttributeExtensible |
---|
getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttribute |
Methods inherited from interface org.apache.woden.wsdl20.extensions.ElementExtensible |
---|
addExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElement |
Method Detail |
---|
void setDirection(Direction dir)
dir
- the Direction of the messageDirection getDirection()
void setMessageLabel(NCName msgLabel)
messageLabel
attribute of the binding operation
<input> and <output> elements.
It represents a placeholder message in the message exchange pattern specified by the
parent binding <operation> element.
msgLabel
- the NCName representing the message labelNCName getMessageLabel()
messageLabel
attribute of the binding operation
<input> and <output> elements.
It represents a placeholder message in the message exchange pattern specified by the
parent binding <operation> element.
InterfaceMessageReferenceElement getInterfaceMessageReferenceElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |