org.eclipse.swordfish.internal.core.context
Class SwordfishContextImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwordfishContextImpl
public SwordfishContextImpl()
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)