Deprecated Methods |
com.flat502.rox.client.HttpRpcClient.execute(String, Object[], Class, ResponseHandler)
Use HttpRpcClient.execute(String, Object[], Class, AsynchronousResponseHandler) instead. |
com.flat502.rox.client.HttpRpcClient.execute(String, Object[], MethodResponseUnmarshallerAid, ResponseHandler)
Use HttpRpcClient.execute(String, Object[], MethodResponseUnmarshallerAid, AsynchronousResponseHandler) instead. |
com.flat502.rox.client.HttpRpcClient.execute(String, Object[], ResponseHandler)
Use HttpRpcClient.execute(String, Object[], AsynchronousResponseHandler) instead. |
com.flat502.rox.server.ProxyingRequestHandler.handleRequest(RpcCall)
Override ProxyingRequestHandler.handleRequest(RpcCall, RpcCallContext) instead. |
com.flat502.rox.server.RpcMethodProxy.invoke(RpcCall)
Override RpcMethodProxy.invoke(RpcCall, RpcCallContext) instead. |
com.flat502.rox.server.HttpRpcServer.registerHandler(String, String, AsyncRequestHandler)
Use HttpRpcServer.registerHandler(String, String, AsynchronousRequestHandler) instead. |
com.flat502.rox.server.HttpRpcServer.registerHandler(String, String, AsyncRequestHandler, MethodCallUnmarshallerAid)
Use HttpRpcServer.registerHandler(String, String, AsynchronousRequestHandler, MethodCallUnmarshallerAid) instead. |
com.flat502.rox.server.HttpRpcServer.registerHandler(String, String, SyncRequestHandler)
Use HttpRpcServer.registerHandler(String, String, SynchronousRequestHandler) instead. |
com.flat502.rox.server.HttpRpcServer.registerHandler(String, String, SyncRequestHandler, MethodCallUnmarshallerAid)
Use HttpRpcServer.registerHandler(String, String, SynchronousRequestHandler, MethodCallUnmarshallerAid) instead. |