Uses of Interface
javax.wsdl.Fault
Packages that use Fault
-
Uses of Fault in com.ibm.wsdl
Classes in com.ibm.wsdl that implement FaultModifier and TypeClassDescriptionclass
This class represents a fault message, and contains the name of the fault and the message itself.Methods in com.ibm.wsdl that return FaultModifier and TypeMethodDescriptionDefinitionImpl.createFault()
Create a new fault.Get the specified fault message.OperationImpl.removeFault
(String name) Remove the specified fault message.Methods in com.ibm.wsdl with parameters of type Fault -
Uses of Fault in com.ibm.wsdl.xml
Methods in com.ibm.wsdl.xml that return FaultModifier and TypeMethodDescriptionprotected Fault
WSDLReaderImpl.parseFault
(Element faultEl, Definition def) -
Uses of Fault in javax.wsdl
Methods in javax.wsdl that return FaultModifier and TypeMethodDescriptionDefinition.createFault()
Create a new fault.Get the specified fault message.Operation.removeFault
(String name) Remove the specified fault message.Methods in javax.wsdl with parameters of type Fault