public class RemoteDestination extends AbstractRemoteDestination implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
RemoteDestination() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected Destination |
buildDestination() |
void |
setApplicationContext(org.springframework.context.ApplicationContext context) |
getId, getRoles, getSecurizer, getSource, init, initServices, setId, setRoles, setSecurizer, setSourcepublic void setApplicationContext(org.springframework.context.ApplicationContext context)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanprotected Destination buildDestination()
buildDestination in class AbstractRemoteDestination