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

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

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

Fields in org.xmlsoap.schemas.soap.envelope declared as Detail
protected  Detail Fault.detail
           
 

Methods in org.xmlsoap.schemas.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.xmlsoap.schemas.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