Class RpcConversationHandlerFactoryImpl
- java.lang.Object
-
- sk.ipesoft.d2000.d2japi.connector.RpcConversationHandlerFactoryImpl
-
- All Implemented Interfaces:
RPCConversationHandlerFactory
public class RpcConversationHandlerFactoryImpl extends java.lang.Object implements RPCConversationHandlerFactory
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RPCConversationHandleronRPCInitializeConversation(java.lang.String rpcName, RPCConversationFlag conversationFlag)Create new instance of RPC conversation handler.
-
-
-
Method Detail
-
onRPCInitializeConversation
public RPCConversationHandler onRPCInitializeConversation(java.lang.String rpcName, RPCConversationFlag conversationFlag)
Description copied from interface:RPCConversationHandlerFactoryCreate new instance of RPC conversation handler.- Specified by:
onRPCInitializeConversationin interfaceRPCConversationHandlerFactory- Parameters:
rpcName- name of called RPCconversationFlag- conversation opening mode- Returns:
- new instance of RPC conversation handler
-
-