org.apache.camel.component.jbi
Class CamelServiceEngineEndpoint

java.lang.Object
  extended by org.apache.servicemix.common.Endpoint
      extended by org.apache.camel.component.jbi.CamelServiceEngineEndpoint

public class CamelServiceEngineEndpoint
extends org.apache.servicemix.common.Endpoint

The endpoint in the service engine

Version:
$Revision: 426415 $

Field Summary
 
Fields inherited from class org.apache.servicemix.common.Endpoint
definition, description, endpoint, interfaceName, logger, service, serviceUnit
 
Constructor Summary
CamelServiceEngineEndpoint(JbiEndpoint jbiEndpoint)
           
 
Method Summary
 void activate()
           
 void deactivate()
           
 org.apache.servicemix.jbi.container.JBIContainer getContainer()
           
 org.apache.servicemix.common.ExchangeProcessor getProcessor()
           
 javax.jbi.messaging.MessageExchange.Role getRole()
           
 
Methods inherited from class org.apache.servicemix.common.Endpoint
getDefinition, getDescription, getEndpoint, getInterfaceName, 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

CamelServiceEngineEndpoint

public CamelServiceEngineEndpoint(JbiEndpoint jbiEndpoint)
Method Detail

getRole

public javax.jbi.messaging.MessageExchange.Role getRole()
Specified by:
getRole in class org.apache.servicemix.common.Endpoint

activate

public void activate()
              throws Exception
Specified by:
activate in class org.apache.servicemix.common.Endpoint
Throws:
Exception

deactivate

public void deactivate()
                throws Exception
Specified by:
deactivate in class org.apache.servicemix.common.Endpoint
Throws:
Exception

getProcessor

public org.apache.servicemix.common.ExchangeProcessor getProcessor()
Specified by:
getProcessor in class org.apache.servicemix.common.Endpoint

getContainer

public org.apache.servicemix.jbi.container.JBIContainer getContainer()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.