Uses of Interface
javax.wsdl.Fault
-
Packages that use Fault Package Description com.ibm.wsdl com.ibm.wsdl.xml javax.wsdl -
-
Uses of Fault in com.ibm.wsdl
Classes in com.ibm.wsdl that implement Fault Modifier and Type Class Description classFaultImplThis class represents a fault message, and contains the name of the fault and the message itself.Methods in com.ibm.wsdl that return Fault Modifier and Type Method Description FaultDefinitionImpl. createFault()Create a new fault.FaultOperationImpl. getFault(java.lang.String name)Get the specified fault message.FaultOperationImpl. removeFault(java.lang.String name)Remove the specified fault message.Methods in com.ibm.wsdl with parameters of type Fault Modifier and Type Method Description voidOperationImpl. addFault(Fault fault)Add a fault message that must be associated with this operation. -
Uses of Fault in com.ibm.wsdl.xml
Methods in com.ibm.wsdl.xml that return Fault Modifier and Type Method Description protected FaultWSDLReaderImpl. parseFault(org.w3c.dom.Element faultEl, Definition def) -
Uses of Fault in javax.wsdl
Methods in javax.wsdl that return Fault Modifier and Type Method Description FaultDefinition. createFault()Create a new fault.FaultOperation. getFault(java.lang.String name)Get the specified fault message.FaultOperation. removeFault(java.lang.String name)Remove the specified fault message.Methods in javax.wsdl with parameters of type Fault Modifier and Type Method Description voidOperation. addFault(Fault fault)Add a fault message that must be associated with this operation.
-