org.apache.camel.component.mina
Class MinaComponent
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultComponent<MinaExchange>
org.apache.camel.component.mina.MinaComponent
- All Implemented Interfaces:
- org.apache.camel.Component<MinaExchange>, org.apache.camel.Service
public class MinaComponent
- extends org.apache.camel.impl.DefaultComponent<MinaExchange>
- Version:
- $Revision: 525634 $
Methods inherited from class org.apache.camel.impl.DefaultComponent |
createEndpoint, createExecutorService, doStart, doStop, getCamelContext, getExecutorService, setCamelContext, setExecutorService |
Methods inherited from class org.apache.camel.impl.ServiceSupport |
isStarted, isStopped, isStopping, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MinaComponent
public MinaComponent()
MinaComponent
public MinaComponent(org.apache.camel.CamelContext context)
createEndpoint
protected org.apache.camel.Endpoint<MinaExchange> createEndpoint(String uri,
String remaining,
Map parameters)
throws Exception
- Specified by:
createEndpoint
in class org.apache.camel.impl.DefaultComponent<MinaExchange>
- Throws:
Exception
createVmEndpoint
protected MinaEndpoint createVmEndpoint(String uri,
URI connectUri)
createSocketEndpoint
protected MinaEndpoint createSocketEndpoint(String uri,
URI connectUri)
createDatagramEndpoint
protected MinaEndpoint createDatagramEndpoint(String uri,
URI connectUri)
Copyright © 2007 Apache Software Foundation. All Rights Reserved.