org.eclipse.swordfish.internal.core.context
Class SwordfishContextImpl

java.lang.Object
  extended by org.eclipse.swordfish.internal.core.context.SwordfishContextImpl
All Implemented Interfaces:
SwordfishContext, org.springframework.beans.factory.InitializingBean

public class SwordfishContextImpl
extends java.lang.Object
implements SwordfishContext, org.springframework.beans.factory.InitializingBean


Constructor Summary
SwordfishContextImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 javax.jbi.component.ComponentContext getComponentContext()
          Access the JBI component context.
 ConfigurationService getConfigurationService()
           
 EventService getEventService()
          Access to Swordfish EventService
 org.apache.servicemix.nmr.api.NMR getNmr()
           
 void setConfigurationService(ConfigurationService configurationService)
           
 void setEventService(EventService eventService)
           
 void setNmr(org.apache.servicemix.nmr.api.NMR nmr)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwordfishContextImpl

public SwordfishContextImpl()
Method Detail

getComponentContext

public javax.jbi.component.ComponentContext getComponentContext()
Description copied from interface: SwordfishContext
Access the JBI component context.

Specified by:
getComponentContext in interface SwordfishContext
Returns:
the platform JBI context.

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
java.lang.Exception

getNmr

public org.apache.servicemix.nmr.api.NMR getNmr()

setNmr

public void setNmr(org.apache.servicemix.nmr.api.NMR nmr)

getConfigurationService

public ConfigurationService getConfigurationService()
Specified by:
getConfigurationService in interface SwordfishContext

setConfigurationService

public void setConfigurationService(ConfigurationService configurationService)

getEventService

public EventService getEventService()
Description copied from interface: SwordfishContext
Access to Swordfish EventService

Specified by:
getEventService in interface SwordfishContext

setEventService

public void setEventService(EventService eventService)