org.cruxframework.crux.core.server.dispatch
Class Services
java.lang.Object
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
|
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 |
Services
public Services()
getService
public static Class<?> getService(String interfaceName)
- Return the service that implements the interface informed.
- Parameters:
interfaceName -
- Returns:
Copyright © 2015. All rights reserved.