public class HttpInvokerServiceProxyProvider extends BaseHttpServiceProxyProvider
HttpServiceProxyProvider which uses Spring's HttpInvoker via Java-RPCinvocationData, rootUrl| Constructor and Description |
|---|
HttpInvokerServiceProxyProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
createProxy(java.lang.Class<? extends Service> serviceInterface)
Create a new service proxy for the given service interface
|
void |
destroy()
Destroys this provider instance
|
void |
doInitialize(HttpServiceFactory factory) |
initializepublic java.lang.Object createProxy(java.lang.Class<? extends Service> serviceInterface)
HttpServiceProxyProviderpublic void destroy()
HttpServiceProxyProviderpublic void doInitialize(HttpServiceFactory factory)
doInitialize in class BaseHttpServiceProxyProvider