public class BindingOperationImpl extends NestedImpl implements BindingOperation, BindingOperationElement
| Constructor and Description |
|---|
BindingOperationImpl() |
| Modifier and Type | Method and Description |
|---|---|
BindingFaultReferenceElement |
addBindingFaultReferenceElement()
Create a BindingFaultReferenceElement with this BindingOperationElement as its parent
and return a reference to it.
|
BindingMessageReferenceElement |
addBindingMessageReferenceElement()
Create a BindingMessageReferenceElement with this BindingOperationElement as its parent
and return a reference to it.
|
BindingFaultReferenceElement[] |
getBindingFaultReferenceElements()
Return the set of BindingFaultReferenceElements within this BindingOperationElement.
|
BindingFaultReference[] |
getBindingFaultReferences()
Represents the {binding fault references} property of the BindingOperation component.
|
BindingMessageReferenceElement[] |
getBindingMessageReferenceElements()
Return the set of BindingMessageReferenceElements within this BindingOperationElement.
|
BindingMessageReference[] |
getBindingMessageReferences()
Represents the {binding message references} property of the BindingOperation component.
|
FragmentIdentifier |
getFragmentIdentifier()
Returns the fragment identifier for this WSDL 2.0 component.
|
InterfaceOperation |
getInterfaceOperation()
Returns an InterfaceOperation representing the {interface operation} property
of the BindingOperation component.
|
InterfaceOperationElement |
getInterfaceOperationElement()
Return the InterfaceOperationElement referred to by this BindingOperationElement.
|
QName |
getRef()
Return the name of the InterfaceOperationElement referred to by this BindingOperationElement.
|
void |
removeBindingFaultReferenceElement(BindingFaultReferenceElement faultRef)
Remove the specified BindingFaultReferenceElement from the set of
BindingFaultReferenceElements within this BindingOperationElement.
|
void |
removeBindingMessageReferenceElement(BindingMessageReferenceElement msgRef)
Remove the specified BindingMessageReferenceElement from the set of
BindingMessageReferenceElements within this BindingOperationElement.
|
void |
setRef(QName qname)
Specify the name of the InterfaceOperationElement referred to by this BindingOperationElement.
|
BindingOperationElement |
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 InterfaceOperation getInterfaceOperation()
BindingOperationgetInterfaceOperation in interface BindingOperationpublic BindingMessageReference[] getBindingMessageReferences()
BindingOperationgetBindingMessageReferences in interface BindingOperationpublic BindingFaultReference[] getBindingFaultReferences()
BindingOperationgetBindingFaultReferences in interface BindingOperationpublic BindingOperationElement toElement()
BindingOperationtoElement in interface BindingOperationpublic void setRef(QName qname)
BindingOperationElementref attribute of the binding
<operation> element.setRef in interface BindingOperationElementqname - the QName of the interface operation.public QName getRef()
BindingOperationElementref attribute of the binding <operation> element.getRef in interface BindingOperationElementpublic InterfaceOperationElement getInterfaceOperationElement()
BindingOperationElementref attribute of the binding <operation> element.
If this reference cannot be resolved to an InterfaceOperationElement, this method will
return null.getInterfaceOperationElement in interface BindingOperationElementpublic BindingMessageReferenceElement addBindingMessageReferenceElement()
BindingOperationElementaddBindingMessageReferenceElement in interface BindingOperationElementpublic void removeBindingMessageReferenceElement(BindingMessageReferenceElement msgRef)
BindingOperationElementremoveBindingMessageReferenceElement in interface BindingOperationElementmsgRef - the BindingMessageReferenceElement to be removedpublic BindingMessageReferenceElement[] getBindingMessageReferenceElements()
BindingOperationElementgetBindingMessageReferenceElements in interface BindingOperationElementpublic BindingFaultReferenceElement addBindingFaultReferenceElement()
BindingOperationElementaddBindingFaultReferenceElement in interface BindingOperationElementpublic void removeBindingFaultReferenceElement(BindingFaultReferenceElement faultRef)
BindingOperationElementremoveBindingFaultReferenceElement in interface BindingOperationElementfaultRef - the BindingFaultReferenceElement to be removedpublic BindingFaultReferenceElement[] getBindingFaultReferenceElements()
BindingOperationElementgetBindingFaultReferenceElements in interface BindingOperationElementpublic FragmentIdentifier getFragmentIdentifier()
WSDLComponentgetFragmentIdentifier in interface WSDLComponentCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.