Uses of Class
org.apache.camel.component.mina.MinaEndpoint

Uses of MinaEndpoint in org.apache.camel.component.mina
 

Methods in org.apache.camel.component.mina that return MinaEndpoint
protected  MinaEndpoint MinaComponent.createDatagramEndpoint(String uri, MinaConfiguration configuration)
           
protected  MinaEndpoint MinaComponent.createSocketEndpoint(String uri, MinaConfiguration configuration)
           
protected  MinaEndpoint MinaComponent.createVmEndpoint(String uri, MinaConfiguration configuration)
           
 MinaEndpoint MinaConsumer.getEndpoint()
           
 MinaEndpoint MinaProducer.getEndpoint()
           
 

Methods in org.apache.camel.component.mina with parameters of type MinaEndpoint
static Object MinaPayloadHelper.getIn(MinaEndpoint endpoint, org.apache.camel.Exchange exchange)
           
static Object MinaPayloadHelper.getOut(MinaEndpoint endpoint, org.apache.camel.Exchange exchange)
           
 

Constructors in org.apache.camel.component.mina with parameters of type MinaEndpoint
MinaConsumer(MinaEndpoint endpoint, org.apache.camel.Processor processor)
           
MinaProducer(MinaEndpoint endpoint)
           
 



Apache Camel