public abstract class BaseHttpServiceProxyProvider extends java.lang.Object implements HttpServiceProxyProvider
HttpServiceProxyProvider| Modifier and Type | Field and Description |
|---|---|
protected HttpServiceInvocationData |
invocationData |
protected java.lang.String |
rootUrl |
| Constructor and Description |
|---|
BaseHttpServiceProxyProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInitialize(HttpServiceFactory factory) |
void |
initialize(HttpServiceFactory factory)
Initializes this service proxy, by reading configuration from the given factory
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateProxy, destroyprotected java.lang.String rootUrl
protected HttpServiceInvocationData invocationData
public final void initialize(HttpServiceFactory factory)
HttpServiceProxyProviderinitialize in interface HttpServiceProxyProviderprotected void doInitialize(HttpServiceFactory factory)