org.apache.camel.component.mina
Class MinaEndpoint
java.lang.Object
org.apache.camel.impl.DefaultEndpoint<MinaExchange>
org.apache.camel.component.mina.MinaEndpoint
- All Implemented Interfaces:
- org.apache.camel.Endpoint<MinaExchange>
public class MinaEndpoint
- extends org.apache.camel.impl.DefaultEndpoint<MinaExchange>
- Version:
- $Revision: 537816 $
Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
convertTo, createExchange, createExecutorService, createPollingConsumer, equals, getComponent, getContext, getEndpointUri, getExchangeType, getExecutorService, hashCode, setExecutorService, toExchangeType, toString |
MinaEndpoint
public MinaEndpoint(String endpointUri,
MinaComponent component,
SocketAddress address,
IoAcceptor acceptor,
IoConnector connector,
IoServiceConfig config)
createProducer
public org.apache.camel.Producer<MinaExchange> createProducer()
throws Exception
- Throws:
Exception
createConsumer
public org.apache.camel.Consumer<MinaExchange> createConsumer(org.apache.camel.Processor processor)
throws Exception
- Throws:
Exception
createExchange
public MinaExchange createExchange()
createExchange
public MinaExchange createExchange(IoSession session,
Object object)
getAcceptor
public IoAcceptor getAcceptor()
getAddress
public SocketAddress getAddress()
getConnector
public IoConnector getConnector()
getConfig
public IoServiceConfig getConfig()
isSingleton
public boolean isSingleton()
Copyright © 2007 Apache Software Foundation. All Rights Reserved.