Uses of Class
org.apache.camel.component.mina2.Mina2Endpoint

Uses of Mina2Endpoint in org.apache.camel.component.mina2
 

Methods in org.apache.camel.component.mina2 that return Mina2Endpoint
 Mina2Endpoint Mina2Consumer.getEndpoint()
           
 Mina2Endpoint Mina2Producer.getEndpoint()
           
 

Methods in org.apache.camel.component.mina2 with parameters of type Mina2Endpoint
static Object Mina2PayloadHelper.getIn(Mina2Endpoint endpoint, org.apache.camel.Exchange exchange)
           
static Object Mina2PayloadHelper.getOut(Mina2Endpoint endpoint, org.apache.camel.Exchange exchange)
           
 

Constructors in org.apache.camel.component.mina2 with parameters of type Mina2Endpoint
Mina2Consumer(Mina2Endpoint endpoint, org.apache.camel.Processor processor)
           
Mina2Producer(Mina2Endpoint endpoint)
           
 



Apache Camel