|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.woden.internal.wsdl20.WSDLElementImpl
org.apache.woden.internal.wsdl20.WSDLObjectImpl
org.apache.woden.internal.wsdl20.DocumentableImpl
org.apache.woden.internal.wsdl20.NestedImpl
org.apache.woden.internal.wsdl20.InterfaceFaultReferenceImpl
This class represents the InterfaceFaultReference component of the WSDL 2.0 Component model and the <infault> and <outfault> child elements of an interface <operation>.
Constructor Summary | |
InterfaceFaultReferenceImpl()
|
Method Summary | |
Direction |
getDirection()
Returns an enumerated type, Direction, that represents the {direction} property of this InterfaceFaultReference. |
InterfaceFault |
getInterfaceFault()
Returns an InterfaceFault representing the {interface fault} property of this InterfaceFaultReference. |
InterfaceFaultElement |
getInterfaceFaultElement()
Return the InterfaceFaultElement referred to by this InterfaceFaultReferenceElement. |
NCName |
getMessageLabel()
Returns an NCName representing the {message label} property of this InterfaceFaultReference. |
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 faultQName)
Specify the name of the InterfaceFaultElement referred to by this InterfaceFaultReferenceElement. |
InterfaceFaultReferenceElement |
toElement()
Returns a WSDLElement that represents the element information item from the WSDL 2.0 infoset that maps to this WSDLComponent. |
Methods inherited from class org.apache.woden.internal.wsdl20.NestedImpl |
getParent, getParentElement, setParentElement |
Methods inherited from class org.apache.woden.internal.wsdl20.DocumentableImpl |
addDocumentationElement, getDocumentationElements |
Methods inherited from class org.apache.woden.internal.wsdl20.WSDLObjectImpl |
containsComponent, equals, getComponentExtensionsForNamespace, setComponentExtensions |
Methods inherited from class org.apache.woden.internal.wsdl20.WSDLElementImpl |
addExtensionElement, getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, getExtensionElements, getExtensionElementsOfType, hasExtensionAttributesForNamespace, hasExtensionElementsForNamespace, removeExtensionElement, setExtensionAttribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.woden.wsdl20.NestedComponent |
getParent |
Methods inherited from interface org.apache.woden.wsdl20.WSDLComponent |
equals, getComponentExtensionsForNamespace |
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 |
Constructor Detail |
public InterfaceFaultReferenceImpl()
Method Detail |
public InterfaceFault getInterfaceFault()
InterfaceFaultReference
getInterfaceFault
in interface InterfaceFaultReference
public NCName getMessageLabel()
InterfaceFaultReference
getMessageLabel
in interface InterfaceFaultReference
public Direction getDirection()
InterfaceFaultReference
getDirection
in interface InterfaceFaultReference
public InterfaceFaultReferenceElement toElement()
InterfaceFaultReference
toElement
in interface InterfaceFaultReference
public void setRef(QName faultQName)
InterfaceFaultReferenceElement
ref
attribute of the interface operation
<infault> or <outfault> element.
setRef
in interface InterfaceFaultReferenceElement
faultQName
- the QName of the interface faultpublic QName getRef()
InterfaceFaultReferenceElement
ref
attribute of the interface operation
<infault> or <outfault> element.
getRef
in interface InterfaceFaultReferenceElement
public InterfaceFaultElement getInterfaceFaultElement()
InterfaceFaultReferenceElement
ref
attribute of the interface operation <infault> or <outfault> element.
If this reference cannot be resolved to an InterfaceFaultElement, this method will
return null.
getInterfaceFaultElement
in interface InterfaceFaultReferenceElement
public void setMessageLabel(NCName msgLabel)
InterfaceFaultReferenceElement
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.
setMessageLabel
in interface InterfaceFaultReferenceElement
msgLabel
- the NCName representing the message labelpublic void setDirection(Direction dir)
InterfaceFaultReferenceElement
setDirection
in interface InterfaceFaultReferenceElement
dir
- the Direction of the fault
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |