Nuxeo Enterprise Platform 5.3

org.nuxeo.wss
Class CallRouter

java.lang.Object
  extended by org.nuxeo.wss.CallRouter
Direct Known Subclasses:
FakeWSRouter, FPRPCRouter

public class CallRouter
extends Object

Manages cache for Call Handlers

Author:
Thierry Delprat

Field Summary
protected static Map<String,Object> handlers
           
 
Constructor Summary
CallRouter()
           
 
Method Summary
protected static
<T> T
getHandler(Class<T> handlerClass, String handlerName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handlers

protected static Map<String,Object> handlers
Constructor Detail

CallRouter

public CallRouter()
Method Detail

getHandler

protected static <T> T getHandler(Class<T> handlerClass,
                                  String handlerName)
                       throws Exception
Throws:
Exception

Nuxeo Enterprise Platform 5.3

Copyright © 2010 Nuxeo SAS. All Rights Reserved.