|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RpcFault | |
|---|---|
| com.flat502.rox.marshal.xmlrpc | Provides classes for marshalling and unmarshalling XML-RPC messages. |
| com.flat502.rox.processing | Central location for shared client- and server-side processing logic. |
| com.flat502.rox.server | Server-side API and supporting classes. |
| Uses of RpcFault in com.flat502.rox.marshal.xmlrpc |
|---|
| Classes in com.flat502.rox.marshal.xmlrpc that implement RpcFault | |
|---|---|
class |
XmlRpcMethodFault
An instance of this class represents an XML-RPC method call fault. |
| Uses of RpcFault in com.flat502.rox.processing |
|---|
| Methods in com.flat502.rox.processing that return RpcFault | |
|---|---|
RpcFault |
RpcFaultException.toFault()
|
| Constructors in com.flat502.rox.processing with parameters of type RpcFault | |
|---|---|
RpcFaultException(RpcFault fault)
|
|
| Uses of RpcFault in com.flat502.rox.server |
|---|
| Methods in com.flat502.rox.server that return RpcFault | |
|---|---|
RpcFault |
XmlRpcMethodProxy.newRpcFault(java.lang.Throwable e)
|
abstract RpcFault |
RpcMethodProxy.newRpcFault(java.lang.Throwable e)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||