|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WSDLFault
Abstracts wsdl:portType/wsdl:operation/wsdl:fault
| Method Summary | |
|---|---|
String |
getAction()
Gives the Action Message Addressing Property value for WSDLFault message. |
WSDLMessage |
getMessage()
Gives the WSDLMessage corresponding to wsdl:fault@message This method should not be called before the entire WSDLModel is built. |
String |
getName()
Gives wsdl:fault@name value |
WSDLOperation |
getOperation()
Gives the owning WSDLOperation |
QName |
getQName()
Gives qualified name of the wsdl:fault 'name' attribute value. |
boolean |
isDefaultAction()
True if this is the default action |
| Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible |
|---|
addExtension, addNotUnderstoodExtension, areRequiredExtensionsUnderstood, getExtension, getExtensions, getExtensions, getNotUnderstoodExtensions |
| Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject |
|---|
getLocation |
| Method Detail |
|---|
String getName()
WSDLMessage getMessage()
@NotNull WSDLOperation getOperation()
WSDLOperation
@NotNull QName getQName()
String getAction()
WSDLFault message.
This method provides the correct value irrespective of
whether the Action is explicitly specified in the WSDL or
implicitly derived using the rules defined in WS-Addressing.
boolean isDefaultAction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||