public abstract class UrlBasedRemoteAccessor extends RemoteAccessor implements InitializingBean
logger
Constructor and Description |
---|
UrlBasedRemoteAccessor() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
Invoked by the containing
BeanFactory after it has set all bean properties
and satisfied BeanFactoryAware , ApplicationContextAware etc. |
java.lang.String |
getServiceUrl()
Return the URL of this remote accessor's target service.
|
void |
setServiceUrl(java.lang.String serviceUrl)
Set the URL of this remote accessor's target service.
|
getServiceInterface, setServiceInterface
getBeanClassLoader, overrideThreadContextClassLoader, resetThreadContextClassLoader, setBeanClassLoader
public void setServiceUrl(java.lang.String serviceUrl)
public java.lang.String getServiceUrl()
public void afterPropertiesSet()
InitializingBean
BeanFactory
after it has set all bean properties
and satisfied BeanFactoryAware
, ApplicationContextAware
etc.
This method allows the bean instance to perform validation of its overall configuration and final initialization when all bean properties have been set.
afterPropertiesSet
in interface InitializingBean