|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InterfaceFaultReferenceElement
Represents the WSDL 2.0 <infault> and <outfault> elements, declared as child elements of the interface <operation> element.
| Method Summary | |
|---|---|
Direction |
getDirection()
Returns an enumerated type, Direction, that indicates the direction of this fault. |
InterfaceFaultElement |
getInterfaceFaultElement()
Return the InterfaceFaultElement referred to by this InterfaceFaultReferenceElement. |
NCName |
getMessageLabel()
Return the NCName representing the message label. |
QName |
getRef()
Return the name of the InterfaceFaultElement referred to by this InterfaceFaultReferenceElement. |
void |
setDirection(Direction dir)
Set the message direction using the specified enumerated type, Direction, which indicates the direction of the fault. |
void |
setMessageLabel(NCName msgLabel)
Set the message label to the specified NCName. |
void |
setRef(QName faultName)
Specify the name of the InterfaceFaultElement referred to by this InterfaceFaultReferenceElement. |
| 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 faultName)
ref attribute of the interface operation
<infault> or <outfault> element.
faultName - the QName of the interface faultQName getRef()
ref attribute of the interface operation
<infault> or <outfault> element.
InterfaceFaultElement getInterfaceFaultElement()
ref
attribute of the interface operation <infault> or <outfault> element.
If this reference cannot be resolved to an InterfaceFaultElement, this method will
return null.
void setMessageLabel(NCName msgLabel)
messageLabel attribute of the interface operation
<infault> and <outfault> elements.
It represents a placeholder message in the message exchange pattern specified by the
parent interface <operation> element.
msgLabel - the NCName representing the message labelNCName getMessageLabel()
messageLabel attribute of the interface operation
<infault> and <outfault> elements.
It represents a placeholder message in the message exchange pattern specified by the
parent interface <operation> element.
void setDirection(Direction dir)
dir - the Direction of the faultDirection getDirection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||