org.granite.spring
Class RemoteDestination

java.lang.Object
  extended by org.granite.config.AbstractRemoteDestination
      extended by org.granite.spring.RemoteDestination
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class RemoteDestination
extends org.granite.config.AbstractRemoteDestination
implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware


Constructor Summary
RemoteDestination()
           
 
Method Summary
 void afterPropertiesSet()
           
protected  org.granite.config.flex.Destination buildDestination()
           
 void setApplicationContext(org.springframework.context.ApplicationContext context)
           
 
Methods inherited from class org.granite.config.AbstractRemoteDestination
getId, getRoles, getSource, init, initServices, setId, setRoles, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteDestination

public RemoteDestination()
Method Detail

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext context)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException

afterPropertiesSet

public void afterPropertiesSet()
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean

buildDestination

protected org.granite.config.flex.Destination buildDestination()
Overrides:
buildDestination in class org.granite.config.AbstractRemoteDestination