org.cruxframework.crux.core.server.dispatch
Class ServicesCompileMap

java.lang.Object
  extended by org.cruxframework.crux.core.server.dispatch.ServicesCompileMap

public class ServicesCompileMap
extends Object

Builds a map of all remoteServices implementation classes

Author:
Thiago da Rosa de Bustamante

Constructor Summary
ServicesCompileMap()
           
 
Method Summary
static Class<?> getService(String serviceName)
           
static boolean initialize(javax.servlet.ServletContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicesCompileMap

public ServicesCompileMap()
Method Detail

getService

public static Class<?> getService(String serviceName)
Parameters:
serviceName -
Returns:

initialize

public static boolean initialize(javax.servlet.ServletContext context)
Parameters:
context -


Copyright © 2014. All rights reserved.