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

java.lang.Object
  extended by com.sap.conn.jco.server.DefaultServerHandlerFactory<JCoServerRequestHandler>
      extended by com.sap.conn.jco.server.DefaultServerHandlerFactory.RequestHandlerFactory
All Implemented Interfaces:
JCoServerCallHandlerFactory, JCoServerRequestHandlerFactory
Enclosing class:
DefaultServerHandlerFactory<T>

public static class DefaultServerHandlerFactory.RequestHandlerFactory
extends DefaultServerHandlerFactory<JCoServerRequestHandler>
implements JCoServerRequestHandlerFactory

Trivial implementation for JCoServerRequestHandlerFactory. Set a new instance of it to your JCoServer as call handler factory, if you like to use the request/response 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.RequestHandlerFactory()
          Creates a new instance for a RequestHandlerFactory.
 
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.JCoServerRequestHandlerFactory
getCallHandler
 
Methods inherited from interface com.sap.conn.jco.server.JCoServerCallHandlerFactory
sessionClosed
 

Constructor Detail

DefaultServerHandlerFactory.RequestHandlerFactory

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



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