org.apache.servicemix.wsn.spring
Class WSNSpringComponent
java.lang.Object
org.apache.servicemix.common.BaseComponent
org.apache.servicemix.wsn.spring.WSNSpringComponent
- All Implemented Interfaces:
- Component, ServiceMixComponent
public class WSNSpringComponent
- extends BaseComponent
- Version:
- $Revision: 376451 $
- Author:
- gnodet
| Methods inherited from class org.apache.servicemix.common.BaseComponent |
createRegistry, createServiceUnitManager, getComponentContext, getComponentName, getEPRElementName, getExecutor, getLifeCycle, getLogger, getRegistry, getServiceDescription, getServiceUnitManager, isExchangeWithConsumerOkay, isExchangeWithProviderOkay, prepareConsumerExchange, resolveEndpointReference, sendConsumerExchange |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSNSpringComponent
public WSNSpringComponent()
getResources
public org.springframework.core.io.Resource[] getResources()
- Returns:
- Returns the endpoints.
setResources
public void setResources(org.springframework.core.io.Resource[] endpoints)
- Parameters:
endpoints - The endpoints to set.
getRequests
public Object[] getRequests()
- Returns:
- Returns the requests.
setRequests
public void setRequests(Object[] requests)
- Parameters:
requests - The requests to set.
getConnectionFactory
public ConnectionFactory getConnectionFactory()
- Returns:
- Returns the connectionFactory.
setConnectionFactory
public void setConnectionFactory(ConnectionFactory connectionFactory)
- Parameters:
connectionFactory - The connectionFactory to set.
createLifeCycle
protected BaseLifeCycle createLifeCycle()
- Overrides:
createLifeCycle in class BaseComponent
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.