Uses of Class
org.w3._2003._05.soap_envelope.Fault

Packages that use Fault
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
 Fault ObjectFactory.createFault()
          Create an instance of Fault
 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
 JAXBElement<Fault> ObjectFactory.createFault(Fault value)
          Create an instance of JAXBElement<Fault>}
 

Methods in org.w3._2003._05.soap_envelope with parameters of type Fault
 JAXBElement<Fault> ObjectFactory.createFault(Fault value)
          Create an instance of JAXBElement<Fault>}
 



Apache Camel