org.cruxframework.crux.core.server.rest.core.registry
Class RestServices
java.lang.Object
org.cruxframework.crux.core.server.rest.core.registry.RestServices
public class RestServices
- extends Object
Maps all application rest services.
- Author:
- Thiago Bustamante
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestServices
public RestServices()
initialize
public static void initialize()
initializeServices
protected static void initializeServices()
getService
public static String getService(String name)
- Parameters:
name -
- Returns:
getServiceClass
public static Class<?> getServiceClass(String name)
- Parameters:
name -
- Returns:
iterateServices
public static Iterator<String> iterateServices()
- Returns:
Copyright © 2014. All rights reserved.