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: 19404 $
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
convertTo, createExchange, createExchange, createExecutorService, createPollingConsumer, equals, getComponent, getContext, getEndpointUri, getExchangePattern, getExchangeType, getExecutorService, hashCode, setExchangePattern, setExecutorService, 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(org.apache.camel.ExchangePattern pattern)
- Specified by:
createExchange in interface org.apache.camel.Endpoint<MinaExchange>- Overrides:
createExchange in class org.apache.camel.impl.DefaultEndpoint<MinaExchange>
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 IONA Open Source Community. All Rights Reserved.