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
          Applications/runtime environments must register its handler factory instance at a JCo server allowing to create call handler instances on incoming function calls.
 interface JCoServerRequestHandlerFactory
          Applications/runtime environments must register its handler factory instance at a JCo server allowing to create call handler instances on incoming function calls.
 

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()
           
 

Methods in com.sap.conn.jco.server with parameters of type JCoServerCallHandlerFactory
 void JCoServer.setCallHandlerFactory(JCoServerCallHandlerFactory callHandlerFactory)
          Defines 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-2014 SAP AG. All Rights Reserved.