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 Modifier and Type Method Description MinaEndpoint
MinaConsumer. getEndpoint()
MinaEndpoint
MinaProducer. getEndpoint()
Methods in org.apache.camel.component.mina with parameters of type MinaEndpoint Modifier and Type Method Description 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 Constructor Description MinaConsumer(MinaEndpoint endpoint, org.apache.camel.Processor processor)
MinaProducer(MinaEndpoint endpoint)
-