|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.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, setParentElement |
Method Detail |
public void setRef(QName operName)
ref
attribute of the binding
<operation> element.
operName
- the QName of the interface operation.public QName getRef()
ref
attribute of the binding <operation> element.
public InterfaceOperationElement getInterfaceOperationElement()
ref
attribute of the binding <operation> element.
If this reference cannot be resolved to an InterfaceOperationElement, this method will
return null.
public BindingMessageReferenceElement addBindingMessageReferenceElement()
public void removeBindingMessageReferenceElement(BindingMessageReferenceElement msgRef)
msgRef
- the BindingMessageReferenceElement to be removedpublic BindingMessageReferenceElement[] getBindingMessageReferenceElements()
public BindingFaultReferenceElement addBindingFaultReferenceElement()
public void removeBindingFaultReferenceElement(BindingFaultReferenceElement faultRef)
faultRef
- the BindingFaultReferenceElement to be removedpublic BindingFaultReferenceElement[] getBindingFaultReferenceElements()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |