Package org.cyclos.server.utils
Class BaseHttpServiceProxyProvider
- java.lang.Object
-
- org.cyclos.server.utils.BaseHttpServiceProxyProvider
-
- All Implemented Interfaces:
HttpServiceProxyProvider
- Direct Known Subclasses:
WebRpcServiceProxyProvider
public abstract class BaseHttpServiceProxyProvider extends Object implements HttpServiceProxyProvider
Base implementation forHttpServiceProxyProvider
-
-
Field Summary
Fields Modifier and Type Field Description protected HttpServiceInvocationDatainvocationDataprotected StringrootUrl
-
Constructor Summary
Constructors Constructor Description BaseHttpServiceProxyProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoInitialize(HttpServiceFactory factory)voidinitialize(HttpServiceFactory factory)Initializes this service proxy, by reading configuration from the given factory-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cyclos.server.utils.HttpServiceProxyProvider
createProxy, destroy
-
-
-
-
Field Detail
-
rootUrl
protected String rootUrl
-
invocationData
protected HttpServiceInvocationData invocationData
-
-
Method Detail
-
initialize
public final void initialize(HttpServiceFactory factory)
Description copied from interface:HttpServiceProxyProviderInitializes this service proxy, by reading configuration from the given factory- Specified by:
initializein interfaceHttpServiceProxyProvider
-
doInitialize
protected void doInitialize(HttpServiceFactory factory)
-
-