Uses of Class
org.w3.soap.Faultcode

Packages that use Faultcode
org.w3.soap   
 

Uses of Faultcode in org.w3.soap
 

Fields in org.w3.soap declared as Faultcode
protected  Faultcode Fault.code
           
 

Methods in org.w3.soap that return Faultcode
 Faultcode ObjectFactory.createFaultcode()
          Create an instance of Faultcode
 Faultcode Fault.getCode()
          Gets the value of the code property.
 Faultcode Faultcode.withSubcode(Subcode value)
           
 Faultcode Faultcode.withValue(QName value)
           
 

Methods in org.w3.soap with parameters of type Faultcode
 void Fault.setCode(Faultcode value)
          Sets the value of the code property.
 Fault Fault.withCode(Faultcode value)
           
 

Constructors in org.w3.soap with parameters of type Faultcode
Fault(Faultcode code, Faultreason reason, String node, String role, Detail detail)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.