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, getParentElement
containsComponent, equals, getComponentExtensionContext, getExtensionProperties, getExtensionProperties, getExtensionProperty, isEquivalentTo, setComponentExtensionContext, toString
addDocumentationElement, getDocumentationElements
addExtensionElement, addNamespace, getDeclaredNamespaces, getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, getExtensionElements, getExtensionElementsOfType, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, hasExtensionAttributesForNamespace, hasExtensionElementsForNamespace, removeExtensionElement, removeNamespace, setExtensionAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getParent
equals, getComponentExtensionContext, isEquivalentTo, setComponentExtensionContext, toString
getExtensionProperties, getExtensionProperties, getExtensionProperty
addDocumentationElement, getDocumentationElements
getParentElement
addNamespace, getDeclaredNamespaces, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, removeNamespace
getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttribute
addExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElement
public InterfaceMessageReference getInterfaceMessageReference()
BindingMessageReference
getInterfaceMessageReference
in interface BindingMessageReference
public BindingMessageReferenceElement toElement()
BindingMessageReference
toElement
in interface BindingMessageReference
public void setDirection(Direction dir)
BindingMessageReferenceElement
setDirection
in interface BindingMessageReferenceElement
dir
- the Direction of the messagepublic Direction getDirection()
BindingMessageReferenceElement
getDirection
in interface BindingMessageReferenceElement
public void setMessageLabel(NCName msgLabel)
BindingMessageReferenceElement
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.setMessageLabel
in interface BindingMessageReferenceElement
msgLabel
- the NCName representing the message labelpublic NCName getMessageLabel()
BindingMessageReferenceElement
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.getMessageLabel
in interface BindingMessageReferenceElement
public InterfaceMessageReferenceElement getInterfaceMessageReferenceElement()
BindingMessageReferenceElement
getInterfaceMessageReferenceElement
in interface BindingMessageReferenceElement
public FragmentIdentifier getFragmentIdentifier()
WSDLComponent
getFragmentIdentifier
in interface WSDLComponent
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.