|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingOperationElement
Represents the WSDL 2.0 <operation> element, declared as a child of the <binding> element.
Method Summary | |
---|---|
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. |
BindingMessageReferenceElement[] |
getBindingMessageReferenceElements()
Return the set of BindingMessageReferenceElements within this BindingOperationElement. |
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 operName)
Specify the name of the InterfaceOperationElement referred to by this BindingOperationElement. |
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 setRef(QName operName)
ref
attribute of the binding
<operation> element.
operName
- the QName of the interface operation.QName getRef()
ref
attribute of the binding <operation> element.
InterfaceOperationElement getInterfaceOperationElement()
ref
attribute of the binding <operation> element.
If this reference cannot be resolved to an InterfaceOperationElement, this method will
return null.
BindingMessageReferenceElement addBindingMessageReferenceElement()
void removeBindingMessageReferenceElement(BindingMessageReferenceElement msgRef)
msgRef
- the BindingMessageReferenceElement to be removedBindingMessageReferenceElement[] getBindingMessageReferenceElements()
BindingFaultReferenceElement addBindingFaultReferenceElement()
void removeBindingFaultReferenceElement(BindingFaultReferenceElement faultRef)
faultRef
- the BindingFaultReferenceElement to be removedBindingFaultReferenceElement[] getBindingFaultReferenceElements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |