com.flat502.rox.server
Class XmlRpcMethodProxy
java.lang.Object
com.flat502.rox.marshal.UnmarshallerAid
com.flat502.rox.marshal.MethodCallUnmarshallerAid
com.flat502.rox.server.RpcMethodProxy
com.flat502.rox.server.XmlRpcMethodProxy
public class XmlRpcMethodProxy
- extends RpcMethodProxy
This is a specialization of RpcMethodProxy
that creates objects that cater for XML-RPC.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlRpcMethodProxy
public XmlRpcMethodProxy(java.lang.String namePattern,
java.lang.Object target)
XmlRpcMethodProxy
public XmlRpcMethodProxy(java.lang.String namePattern,
java.lang.Object target,
FieldNameEncoder fieldNameEncoder)
newRpcResponse
protected RpcResponse newRpcResponse(java.lang.Object returnValue)
- Specified by:
newRpcResponse
in class RpcMethodProxy
newRpcFault
public RpcFault newRpcFault(java.lang.Throwable e)
- Specified by:
newRpcFault
in class RpcMethodProxy