com.sap.conn.jco.server
Class DefaultServerHandlerFactory.FunctionHandlerFactory

java.lang.Object
  extended by com.sap.conn.jco.server.DefaultServerHandlerFactory<JCoServerFunctionHandler>
      extended by com.sap.conn.jco.server.DefaultServerHandlerFactory.FunctionHandlerFactory
All Implemented Interfaces:
JCoServerCallHandlerFactory, JCoServerFunctionHandlerFactory
Enclosing class:
DefaultServerHandlerFactory<T>

public static class DefaultServerHandlerFactory.FunctionHandlerFactory
extends DefaultServerHandlerFactory<JCoServerFunctionHandler>
implements JCoServerFunctionHandlerFactory

Trivial implementation for JCoServerFunctionHandlerFactory. Set a new instance of it to your JCoServer as call handler factory, if you like to use the function model.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sap.conn.jco.server.DefaultServerHandlerFactory
DefaultServerHandlerFactory.FunctionHandlerFactory, DefaultServerHandlerFactory.RequestHandlerFactory
 
Field Summary
 
Fields inherited from class com.sap.conn.jco.server.DefaultServerHandlerFactory
GENERIC_HANDLER
 
Constructor Summary
DefaultServerHandlerFactory.FunctionHandlerFactory()
          Creates a new instance for a FunctionHandlerFactory.
 
Method Summary
 
Methods inherited from class com.sap.conn.jco.server.DefaultServerHandlerFactory
getCallHandler, registerGenericHandler, registerHandler, removeGenericHandler, removeHandler, sessionClosed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sap.conn.jco.server.JCoServerFunctionHandlerFactory
getCallHandler
 
Methods inherited from interface com.sap.conn.jco.server.JCoServerCallHandlerFactory
sessionClosed
 

Constructor Detail

DefaultServerHandlerFactory.FunctionHandlerFactory

public DefaultServerHandlerFactory.FunctionHandlerFactory()
Creates a new instance for a FunctionHandlerFactory.



Copyright © 2008-2014 SAP AG. All Rights Reserved.