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

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

public class Services
extends Object

Class for retrieve the service class, based on the remote interface it implements

Author:
Thiago Bustamante

Constructor Summary
Services()
           
 
Method Summary
static Class<?> getService(String interfaceName)
          Return the service that implements the interface informed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Services

public Services()
Method Detail

getService

public static Class<?> getService(String interfaceName)
Return the service that implements the interface informed.

Parameters:
interfaceName -
Returns:


Copyright © 2014. All rights reserved.