Uses of Interface javax.wsdl.Fault

Uses in package javax.wsdl

Methods with parameter type javax.wsdl.Fault

void
Add a fault message that must be associated with this operation.

Methods with return type javax.wsdl.Fault

Fault
Create a new fault.
Fault
Operation.getFault(String name)
Get the specified fault message.

Uses in package com.ibm.wsdl

Classes implementing javax.wsdl.Fault

class
This class represents a fault message, and contains the name of the fault and the message itself.

Methods with parameter type javax.wsdl.Fault

void
Add a fault message that must be associated with this operation.

Methods with return type javax.wsdl.Fault

Fault
Create a new fault.
Fault
OperationImpl.getFault(String name)
Get the specified fault message.

Uses in package com.ibm.wsdl.xml

Methods with return type javax.wsdl.Fault

Fault
WSDLReaderImpl.parseFault(Element faultEl, Definition def)

Copyright B) 2003,2005 IBM. All Rights Reserved.