public class BindingMessageReferenceImpl extends NestedImpl implements BindingMessageReference, BindingMessageReferenceElement
| Constructor and Description |
|---|
BindingMessageReferenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Direction |
getDirection()
Returns an enumerated type, Direction, that indicates the direction of this message.
|
FragmentIdentifier |
getFragmentIdentifier()
Returns the fragment identifier for this WSDL 2.0 component.
|
InterfaceMessageReference |
getInterfaceMessageReference()
Returns an InterfaceMessageReference representing the {interface message reference}
property of the BindingMessageReference component.
|
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.
|
BindingMessageReferenceElement |
toElement()
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
|
getParent, getParentElementcontainsComponent, equals, getComponentExtensionContext, getExtensionProperties, getExtensionProperties, getExtensionProperty, isEquivalentTo, setComponentExtensionContext, toStringaddDocumentationElement, getDocumentationElementsaddExtensionElement, addNamespace, getDeclaredNamespaces, getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, getExtensionElements, getExtensionElementsOfType, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, hasExtensionAttributesForNamespace, hasExtensionElementsForNamespace, removeExtensionElement, removeNamespace, setExtensionAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetParentequals, getComponentExtensionContext, isEquivalentTo, setComponentExtensionContext, toStringgetExtensionProperties, getExtensionProperties, getExtensionPropertyaddDocumentationElement, getDocumentationElementsgetParentElementaddNamespace, getDeclaredNamespaces, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, removeNamespacegetExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttributeaddExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElementpublic InterfaceMessageReference getInterfaceMessageReference()
BindingMessageReferencegetInterfaceMessageReference in interface BindingMessageReferencepublic BindingMessageReferenceElement toElement()
BindingMessageReferencetoElement in interface BindingMessageReferencepublic void setDirection(Direction dir)
BindingMessageReferenceElementsetDirection in interface BindingMessageReferenceElementdir - the Direction of the messagepublic Direction getDirection()
BindingMessageReferenceElementgetDirection in interface BindingMessageReferenceElementpublic void setMessageLabel(NCName msgLabel)
BindingMessageReferenceElementmessageLabel 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.setMessageLabel in interface BindingMessageReferenceElementmsgLabel - the NCName representing the message labelpublic NCName getMessageLabel()
BindingMessageReferenceElementmessageLabel 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.getMessageLabel in interface BindingMessageReferenceElementpublic InterfaceMessageReferenceElement getInterfaceMessageReferenceElement()
BindingMessageReferenceElementgetInterfaceMessageReferenceElement in interface BindingMessageReferenceElementpublic FragmentIdentifier getFragmentIdentifier()
WSDLComponentgetFragmentIdentifier in interface WSDLComponentCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.