public class RestServiceFactoryImpl extends Object implements RestServiceFactory
| Constructor and Description |
|---|
RestServiceFactoryImpl()
This Constructor select the best strategy to use.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getService(Class<?> serviceClass) |
Class<?> |
getServiceClass(String serviceName) |
void |
initialize(javax.servlet.ServletContext context) |
Iterator<String> |
iterateRestServices() |
public RestServiceFactoryImpl()
public Class<?> getServiceClass(String serviceName)
getServiceClass in interface RestServiceFactoryserviceName - public Iterator<String> iterateRestServices()
iterateRestServices in interface RestServiceFactorypublic void initialize(javax.servlet.ServletContext context)
initialize in interface RestServiceFactorypublic Object getService(Class<?> serviceClass)
getService in interface RestServiceFactoryCopyright © 2014. All rights reserved.