public interface WSDLFault extends WSDLObject, WSDLExtensible
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Gives the Action Message Addressing Property value for
this 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.
|
addExtension, getExtension, getExtensions, getExtensions
getLocation
String getName()
WSDLMessage getMessage()
@NotNull WSDLOperation getOperation()
WSDLOperation
@NotNull QName getQName()
String getAction()
this
message.
this
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.Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.