Package org.cyclos.server.utils
Interface HttpServiceProxyProvider
-
- All Known Implementing Classes:
BaseHttpServiceProxyProvider,WebRpcServiceProxyProvider
public interface HttpServiceProxyProviderInterface which provides access to service proxies
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectcreateProxy(Class<? extends Service> serviceInterface)Create a new service proxy for the given service interfacevoiddestroy()Destroys this provider instancevoidinitialize(HttpServiceFactory factory)Initializes this service proxy, by reading configuration from the given factory
-
-
-
Method Detail
-
createProxy
Object createProxy(Class<? extends Service> serviceInterface)
Create a new service proxy for the given service interface
-
destroy
void destroy()
Destroys this provider instance
-
initialize
void initialize(HttpServiceFactory factory)
Initializes this service proxy, by reading configuration from the given factory
-
-