org.apache.servicemix.lwcontainer
Class LwContainerEndpoint

java.lang.Object
  extended by org.apache.servicemix.common.Endpoint
      extended by org.apache.servicemix.lwcontainer.LwContainerEndpoint

public class LwContainerEndpoint
extends Endpoint


Field Summary
 
Fields inherited from class org.apache.servicemix.common.Endpoint
definition, description, endpoint, interfaceName, logger, service, serviceUnit
 
Constructor Summary
LwContainerEndpoint(ActivationSpec activationSpec)
           
 
Method Summary
 void activate()
           
 void deactivate()
           
 JBIContainer getContainer()
           
 ExchangeProcessor getProcessor()
           
 MessageExchange.Role getRole()
           
 
Methods inherited from class org.apache.servicemix.common.Endpoint
getDefinition, getDescription, getEndpoint, getInterfaceName, getKey, getService, getServiceUnit, isExchangeOkay, setDefinition, setDescription, setEndpoint, setInterfaceName, setService, setServiceUnit, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LwContainerEndpoint

public LwContainerEndpoint(ActivationSpec activationSpec)
Method Detail

getRole

public MessageExchange.Role getRole()
Specified by:
getRole in class Endpoint

activate

public void activate()
              throws Exception
Specified by:
activate in class Endpoint
Throws:
Exception

deactivate

public void deactivate()
                throws Exception
Specified by:
deactivate in class Endpoint
Throws:
Exception

getProcessor

public ExchangeProcessor getProcessor()
Specified by:
getProcessor in class Endpoint

getContainer

public JBIContainer getContainer()


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