Uses of Class
com.flat502.rox.marshal.Fault

Packages that use Fault
com.flat502.rox.marshal.xmlrpc Provides classes for marshalling and unmarshalling XML-RPC messages. 
 

Uses of Fault in com.flat502.rox.marshal.xmlrpc
 

Methods in com.flat502.rox.marshal.xmlrpc that return Fault
 Fault SaxUnmarshaller.getFault()
           
protected  Fault XmlRpcMethodFault.newFault(int faultCode, java.lang.String faultString)
          Constructs a new instance of Fault initialized with the given fault code and fault string.