Uses of Class
org.w3._2003._05.soap_envelope.Fault
-
Packages that use Fault Package Description org.w3._2003._05.soap_envelope -
-
Uses of Fault in org.w3._2003._05.soap_envelope
Methods in org.w3._2003._05.soap_envelope that return Fault Modifier and Type Method Description Fault
ObjectFactory. createFault()
Create an instance ofFault
Fault
Fault. withCode(Faultcode value)
Fault
Fault. withDetail(Detail value)
Fault
Fault. withNode(String value)
Fault
Fault. withReason(Faultreason value)
Fault
Fault. withRole(String value)
Methods in org.w3._2003._05.soap_envelope that return types with arguments of type Fault Modifier and Type Method Description JAXBElement<Fault>
ObjectFactory. createFault(Fault value)
Methods in org.w3._2003._05.soap_envelope with parameters of type Fault Modifier and Type Method Description JAXBElement<Fault>
ObjectFactory. createFault(Fault value)
-