public interface BindingFaultElement extends DocumentableElement, NestedElement
Modifier and Type | Method and Description |
---|---|
InterfaceFaultElement |
getInterfaceFaultElement()
Return the InterfaceFaultElement referred to by this BindingFaultElement.
|
QName |
getRef()
Return the name of the InterfaceFaultElement referred to by this BindingFaultElement.
|
void |
setRef(QName faultName)
Specify the name of the InterfaceFaultElement referred to by this BindingFaultElement.
|
addDocumentationElement, getDocumentationElements
getParentElement
addNamespace, getDeclaredNamespaces, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, removeNamespace
getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttribute
addExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElement
void setRef(QName faultName)
ref
attribute of the binding
<fault> element.faultName
- the QName of the interface faultQName getRef()
ref
attribute of the binding <fault> element.InterfaceFaultElement getInterfaceFaultElement()
ref
attribute of the binding <fault> element.
If this reference cannot be resolved to an InterfaceFaultElement, this method will
return null.Copyright © 2005–2013 Apache Software Foundation. All rights reserved.