Uses of Interface
com.sap.conn.jco.server.JCoServerCallHandlerFactory

Packages that use JCoServerCallHandlerFactory
com.sap.conn.jco.server Contains the interfaces and factories for server functionality. 
 

Uses of JCoServerCallHandlerFactory in com.sap.conn.jco.server
 

Subinterfaces of JCoServerCallHandlerFactory in com.sap.conn.jco.server
 interface JCoServerFunctionHandlerFactory
          Factory for creating function handlers for a server instance.
 interface JCoServerRequestHandlerFactory
          Factory for creating request handlers for a server instance.
 

Classes in com.sap.conn.jco.server that implement JCoServerCallHandlerFactory
static class DefaultServerHandlerFactory.FunctionHandlerFactory
          Trivial implementation for JCoServerFunctionHandlerFactory.
static class DefaultServerHandlerFactory.RequestHandlerFactory
          Trivial implementation for JCoServerRequestHandlerFactory.
 

Methods in com.sap.conn.jco.server that return JCoServerCallHandlerFactory
 JCoServerCallHandlerFactory JCoServer.getCallHandlerFactory()
          Returns the call handler factory of this server.
 

Methods in com.sap.conn.jco.server with parameters of type JCoServerCallHandlerFactory
 void JCoServer.setCallHandlerFactory(JCoServerCallHandlerFactory callHandlerFactory)
          Sets the call handler factory that will be used by the JCo runtime to get a handler instance if a remote call is invoked.
 



Copyright © 2008-2016 SAP SE. All Rights Reserved.