|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingFault
This interface represents a fault binding. That is, it contains the information that would be specified in a fault element contained within an operation element contained within a binding element.
Method Summary | |
---|---|
org.w3c.dom.Element |
getDocumentationElement()
Get the documentation element. |
java.lang.String |
getName()
Get the name of this fault binding. |
void |
setDocumentationElement(org.w3c.dom.Element docEl)
Set the documentation element for this document. |
void |
setName(java.lang.String name)
Set the name of this fault binding. |
Methods inherited from interface javax.wsdl.extensions.ElementExtensible |
---|
addExtensibilityElement, getExtensibilityElements |
Method Detail |
---|
void setName(java.lang.String name)
name
- the desired namejava.lang.String getName()
void setDocumentationElement(org.w3c.dom.Element docEl)
docEl
- the documentation elementorg.w3c.dom.Element getDocumentationElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |