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 Object getService(Class<?> serviceClass)
getService in interface RestServiceFactorypublic Class<?> getServiceClass(String serviceName)
getServiceClass in interface RestServiceFactoryserviceName - public void initialize(javax.servlet.ServletContext context)
initialize in interface RestServiceFactorypublic Iterator<String> iterateRestServices()
iterateRestServices in interface RestServiceFactoryCopyright © 2016. All rights reserved.