com.ibm.wsdl
public class FaultImpl extends AbstractWSDLElement implements Fault
Field Summary | |
---|---|
protected Message | message |
protected String | name |
protected List | nativeAttributeNames |
static long | serialVersionUID |
Method Summary | |
---|---|
Message | getMessage() |
String | getName()
Get the name of this fault message.
|
List | getNativeAttributeNames()
Get the list of local attribute names defined for this element in
the WSDL specification.
|
void | setMessage(Message message) |
void | setName(String name)
Set the name of this fault message.
|
String | toString() |
Returns: the fault message name
Returns: a List of Strings, one for each local attribute name
Parameters: name the desired name