public abstract class UrlBasedRemoteAccessor extends RemoteAccessor implements InitializingBean
logger
Constructor and Description |
---|
UrlBasedRemoteAccessor() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
Invoked by a BeanFactory after it has set all bean properties supplied
(and satisfied BeanFactoryAware and ApplicationContextAware).
|
String |
getServiceUrl()
Return the URL of this remote accessor's target service.
|
void |
setServiceUrl(String serviceUrl)
Set the URL of this remote accessor's target service.
|
getServiceInterface, setServiceInterface
getBeanClassLoader, overrideThreadContextClassLoader, resetThreadContextClassLoader, setBeanClassLoader
public void setServiceUrl(String serviceUrl)
public String getServiceUrl()
public void afterPropertiesSet()
InitializingBean
This method allows the bean instance to perform initialization only possible when all bean properties have been set and to throw an exception in the event of misconfiguration.
afterPropertiesSet
in interface InitializingBean