Uses of Class
eneter.messaging.endpoints.rpc.RpcFactory

Packages that use RpcFactory
eneter.messaging.endpoints.rpc Remote Procedure Calls (RPC). 
 

Uses of RpcFactory in eneter.messaging.endpoints.rpc
 

Methods in eneter.messaging.endpoints.rpc that return RpcFactory
 RpcFactory RpcFactory.setRpcClientThreading(IThreadDispatcherProvider threading)
          Sets threading mechanism used for invoking events (if RPC interface has some) and ConnectionOpened and ConnectionClosed events.
 RpcFactory RpcFactory.setRpcTimeout(int rpcTimeout)
          Sets timeout which specifies until when a call to a remote method must return.
 RpcFactory RpcFactory.setSerializer(ISerializer serializer)
          Sets serializer to be used to serialize/deserialize messages between client and service.
 RpcFactory RpcFactory.setSerializerProvider(GetSerializerCallback serializerProvider)
          Sets callback for retrieving serializer based on response receiver id.