|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Fault | |
com.ibm.wsdl | |
javax.wsdl |
Uses of Fault in com.ibm.wsdl |
Classes in com.ibm.wsdl that implement Fault | |
class |
FaultImpl
This class represents a fault message, and contains the name of the fault and the message itself. |
Methods in com.ibm.wsdl that return Fault | |
Fault |
OperationImpl.getFault(java.lang.String name)
Get the specified fault message. |
Fault |
DefinitionImpl.createFault()
Create a new fault. |
Methods in com.ibm.wsdl with parameters of type Fault | |
void |
OperationImpl.addFault(Fault fault)
Add a fault message that must be associated with this operation. |
Uses of Fault in javax.wsdl |
Methods in javax.wsdl that return Fault | |
Fault |
Operation.getFault(java.lang.String name)
Get the specified fault message. |
Fault |
Definition.createFault()
Create a new fault. |
Methods in javax.wsdl with parameters of type Fault | |
void |
Operation.addFault(Fault fault)
Add a fault message that must be associated with this operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |