|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.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 faultRefName)
ref
attribute of the binding operation
<infault> or <outfault> element.
faultRefName
- the QName of the interface fault reference.public QName getRef()
ref
attribute of the binding operation
<infault> or <outfault> element.
public InterfaceFaultReferenceElement getInterfaceFaultReferenceElement()
ref
attribute of the binding operation <infault>
or <outfault> element.
If this reference cannot be resolved to an InterfaceFaultReferenceElement, this method will
return null.
public void setMessageLabel(NCName msgLabel)
msgLabel
- the NCName representing the message labelpublic NCName getMessageLabel()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |