Uses of Class
org.eclipse.ecf.remoteservice.rpc.RpcException

Packages that use RpcException
org.eclipse.ecf.remoteservice.rpc.client   
 

Uses of RpcException in org.eclipse.ecf.remoteservice.rpc.client
 

Methods in org.eclipse.ecf.remoteservice.rpc.client that throw RpcException
protected  XmlRpcClient RpcClientService.getXmlRpcClient()
           
protected  XmlRpcClientConfig RpcClientService.getXmlRpcClientConfig()
           
protected  void RpcClientService.handleException(java.lang.String message, java.lang.Throwable e)
           
 

Constructors in org.eclipse.ecf.remoteservice.rpc.client that throw RpcException
RpcClientService(RpcClientContainer container, RemoteServiceClientRegistration registration)