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

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

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

Fields in org.w3._2003._05.soap_envelope declared as Detail
protected  Detail Fault.detail
           
 

Methods in org.w3._2003._05.soap_envelope that return Detail
 Detail ObjectFactory.createDetail()
          Create an instance of Detail
 Detail Fault.getDetail()
          Gets the value of the detail property.
 Detail Detail.withAny(Collection<Object> values)
           
 Detail Detail.withAny(Object... values)
           
 

Methods in org.w3._2003._05.soap_envelope with parameters of type Detail
 void Fault.setDetail(Detail value)
          Sets the value of the detail property.
 Fault Fault.withDetail(Detail value)
           
 



Apache Camel