|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.servicemix.common.endpoints.AbstractEndpoint
org.apache.servicemix.lwcontainer.LwContainerExtra
public class LwContainerExtra
Fake endpoint that hold components, endpoints, listeners and services.
| Field Summary |
|---|
| Fields inherited from class org.apache.servicemix.common.endpoints.AbstractEndpoint |
|---|
definition, description, endpoint, interfaceName, logger, service, serviceUnit |
| Constructor Summary | |
|---|---|
LwContainerExtra(Map components,
Map endpoints,
EventListener[] listeners,
BaseSystemService[] services)
|
|
| Method Summary | |
|---|---|
void |
activate()
|
protected String |
createComponentID()
|
void |
deactivate()
|
org.apache.servicemix.common.ExchangeProcessor |
getProcessor()
|
javax.jbi.messaging.MessageExchange.Role |
getRole()
|
void |
process(javax.jbi.messaging.MessageExchange exchange)
|
void |
start()
|
void |
stop()
|
| Methods inherited from class org.apache.servicemix.common.endpoints.AbstractEndpoint |
|---|
getDefinition, getDescription, getEndpoint, getInterfaceName, getKey, getService, getServiceUnit, isExchangeOkay, prepareExchange, 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 |
|---|
public LwContainerExtra(Map components,
Map endpoints,
EventListener[] listeners,
BaseSystemService[] services)
| Method Detail |
|---|
public void activate()
throws Exception
activate in interface org.apache.servicemix.common.Endpointactivate in class org.apache.servicemix.common.endpoints.AbstractEndpointException
public void deactivate()
throws Exception
deactivate in interface org.apache.servicemix.common.Endpointdeactivate in class org.apache.servicemix.common.endpoints.AbstractEndpointExceptionpublic org.apache.servicemix.common.ExchangeProcessor getProcessor()
public javax.jbi.messaging.MessageExchange.Role getRole()
getRole in interface org.apache.servicemix.common.EndpointgetRole in class org.apache.servicemix.common.endpoints.AbstractEndpointprotected String createComponentID()
public void process(javax.jbi.messaging.MessageExchange exchange)
throws Exception
process in interface org.apache.servicemix.common.Endpointprocess in class org.apache.servicemix.common.endpoints.AbstractEndpointException
public void start()
throws Exception
start in interface org.apache.servicemix.common.Endpointstart in class org.apache.servicemix.common.endpoints.AbstractEndpointException
public void stop()
throws Exception
stop in interface org.apache.servicemix.common.Endpointstop in class org.apache.servicemix.common.endpoints.AbstractEndpointException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||