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

Packages that use Faultreason
org.w3._2003._05.soap_envelope   
 

Uses of Faultreason in org.w3._2003._05.soap_envelope
 

Fields in org.w3._2003._05.soap_envelope declared as Faultreason
protected  Faultreason Fault.reason
           
 

Methods in org.w3._2003._05.soap_envelope that return Faultreason
 Faultreason ObjectFactory.createFaultreason()
          Create an instance of Faultreason
 Faultreason Fault.getReason()
          Gets the value of the reason property.
 Faultreason Faultreason.withText(Collection<Reasontext> values)
           
 Faultreason Faultreason.withText(Reasontext... values)
           
 

Methods in org.w3._2003._05.soap_envelope with parameters of type Faultreason
 void Fault.setReason(Faultreason value)
          Sets the value of the reason property.
 Fault Fault.withReason(Faultreason value)
           
 



Apache Camel