|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BindingFaultReferenceElement
Represents the WSDL 2.0 <infault> and <outfault> elements, declared as child elements of the binding <operation> element.
| Method Summary | |
|---|---|
InterfaceFaultReferenceElement |
getInterfaceFaultReferenceElement()
Return the InterfaceFaultReferenceElement referred to by this BindingFaultReferenceElement. |
NCName |
getMessageLabel()
Return the NCName representing the message label. |
QName |
getRef()
Return the name of the InterfaceFaultReferenceElement referred to by this BindingFaultReferenceElement. |
void |
setMessageLabel(NCName msgLabel)
Set the message label to the specified NCName. |
void |
setRef(QName faultRefName)
Specify the name of the InterfaceFaultReferenceElement referred to by this BindingFaultReferenceElement. |
| Methods inherited from interface org.apache.woden.wsdl20.xml.DocumentableElement |
|---|
addDocumentationElement, getDocumentationElements |
| 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 faultRefName)
ref attribute of the binding operation
<infault> or <outfault> element.
faultRefName - the QName of the interface fault reference.QName getRef()
ref attribute of the binding operation
<infault> or <outfault> element.
InterfaceFaultReferenceElement getInterfaceFaultReferenceElement()
ref attribute
if this binding fault reference.
If such an element does not exist, this method will return null.
void setMessageLabel(NCName msgLabel)
msgLabel - the NCName representing the message labelNCName getMessageLabel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||