Uses of Class
org.xmlsoap.schemas.soap.envelope.Fault

Packages that use Fault
org.xmlsoap.schemas.soap.envelope   
 

Uses of Fault in org.xmlsoap.schemas.soap.envelope
 

Methods in org.xmlsoap.schemas.soap.envelope that return Fault
 Fault ObjectFactory.createFault()
          Create an instance of Fault
 Fault Fault.withDetail(Detail value)
           
 Fault Fault.withFaultactor(String value)
           
 Fault Fault.withFaultcode(QName value)
           
 Fault Fault.withFaultstring(String value)
           
 

Methods in org.xmlsoap.schemas.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.xmlsoap.schemas.soap.envelope with parameters of type Fault
 JAXBElement<Fault> ObjectFactory.createFault(Fault value)
          Create an instance of JAXBElement<Fault>}
 



Apache Camel