Uses of Interface
javax.wsdl.Fault

Packages that use Fault
javax.wsdl   
 

Uses of Fault in javax.wsdl
 

Methods in javax.wsdl that return Fault
 Fault Definition.createFault()
          Create a new fault.
 Fault Operation.getFault(java.lang.String name)
          Get the specified fault message.
 Fault Operation.removeFault(java.lang.String name)
          Remove the specified fault message.
 

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.