public abstract class UrlBasedRemoteReference extends Object implements RemoteReference
| Constructor and Description |
|---|
UrlBasedRemoteReference() |
UrlBasedRemoteReference(org.springframework.remoting.support.UrlBasedRemoteAccessor accessor) |
| Modifier and Type | Method and Description |
|---|---|
abstract RemoteClient |
createRemoteClient() |
Class |
getServiceInterface() |
String |
getServiceUrl() |
void |
setServiceInterface(Class serviceInterface) |
void |
setServiceUrl(String serviceUrl) |
public UrlBasedRemoteReference()
public UrlBasedRemoteReference(org.springframework.remoting.support.UrlBasedRemoteAccessor accessor)
public abstract RemoteClient createRemoteClient()
createRemoteClient in interface RemoteReferencepublic String getServiceUrl()
public void setServiceUrl(String serviceUrl)
serviceUrl - the serviceUrl to setpublic Class getServiceInterface()
public void setServiceInterface(Class serviceInterface)
serviceInterface - the serviceInterface to setCopyright © 2014 JDAL. All Rights Reserved.