|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RpcMethod | |
---|---|
com.flat502.rox.marshal | Provides generic classes for marshalling and unmarshalling RPC messages. |
com.flat502.rox.marshal.cgi | |
com.flat502.rox.marshal.xmlrpc | Provides classes for marshalling and unmarshalling XML-RPC messages. |
Uses of RpcMethod in com.flat502.rox.marshal |
---|
Subinterfaces of RpcMethod in com.flat502.rox.marshal | |
---|---|
interface |
RpcCall
An interface representing a generalized RPC method call. |
interface |
RpcFault
An interface representing a generalized RPC method call fault. |
interface |
RpcResponse
An interface representing a generalized RPC method call response. |
Classes in com.flat502.rox.marshal that implement RpcMethod | |
---|---|
class |
AbstractRpcCall
An abstract implementation of the RpcCall
interface. |
class |
AbstractRpcResponse
An abstract implementation of the RpcResponse
interface. |
Uses of RpcMethod in com.flat502.rox.marshal.cgi |
---|
Classes in com.flat502.rox.marshal.cgi that implement RpcMethod | |
---|---|
class |
CgiRpcMethodCall
|
Uses of RpcMethod in com.flat502.rox.marshal.xmlrpc |
---|
Classes in com.flat502.rox.marshal.xmlrpc that implement RpcMethod | |
---|---|
class |
XmlRpcMethod
This is the base class for XML-RPC method calls and responses. |
class |
XmlRpcMethodCall
An instance of this class represents an XML-RPC method call. |
class |
XmlRpcMethodFault
An instance of this class represents an XML-RPC method call fault. |
class |
XmlRpcMethodResponse
An instance of this class represents an XML-RPC method call response. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |