org.cruxframework.crux.core.server.rest.core.registry
Class RestServices

java.lang.Object
  extended by org.cruxframework.crux.core.server.rest.core.registry.RestServices

public class RestServices
extends Object

Maps all application rest services.

Author:
Thiago Bustamante

Constructor Summary
RestServices()
           
 
Method Summary
static String getService(String name)
           
static Class<?> getServiceClass(String name)
           
static void initialize()
           
protected static void initializeServices()
           
static Iterator<String> iterateServices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestServices

public RestServices()
Method Detail

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 © 2015. All rights reserved.