org.apache.servicemix.wsn.component
Class WSNComponent

java.lang.Object
  extended by org.apache.servicemix.common.BaseComponent
      extended by org.apache.servicemix.wsn.component.WSNComponent
All Implemented Interfaces:
Component, ServiceMixComponent

public class WSNComponent
extends BaseComponent


Field Summary
 
Fields inherited from class org.apache.servicemix.common.BaseComponent
lifeCycle, logger, registry, serviceUnitManager
 
Constructor Summary
WSNComponent()
           
 
Method Summary
protected  BaseLifeCycle createLifeCycle()
           
 BaseServiceUnitManager createServiceUnitManager()
           
 ConnectionFactory getConnectionFactory()
           
 Document getServiceDescription(ServiceEndpoint endpoint)
           
 void setConnectionFactory(ConnectionFactory connectionFactory)
           
 
Methods inherited from class org.apache.servicemix.common.BaseComponent
createRegistry, getComponentContext, getComponentName, getEPRElementName, getExecutor, getLifeCycle, getLogger, getRegistry, getServiceUnitManager, isExchangeWithConsumerOkay, isExchangeWithProviderOkay, prepareConsumerExchange, resolveEndpointReference, sendConsumerExchange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSNComponent

public WSNComponent()
Method Detail

createLifeCycle

protected BaseLifeCycle createLifeCycle()
Overrides:
createLifeCycle in class BaseComponent

createServiceUnitManager

public BaseServiceUnitManager createServiceUnitManager()
Overrides:
createServiceUnitManager in class BaseComponent

getConnectionFactory

public ConnectionFactory getConnectionFactory()

setConnectionFactory

public void setConnectionFactory(ConnectionFactory connectionFactory)

getServiceDescription

public Document getServiceDescription(ServiceEndpoint endpoint)
Specified by:
getServiceDescription in interface Component
Overrides:
getServiceDescription in class BaseComponent


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.