org.apache.camel.component.jt400
Class Jt400DataQueueEndpoint
java.lang.Object
org.apache.camel.impl.DefaultEndpoint
org.apache.camel.impl.ScheduledPollEndpoint
org.apache.camel.impl.DefaultPollingEndpoint
org.apache.camel.component.jt400.Jt400DataQueueEndpoint
- All Implemented Interfaces:
- CamelContextAware, Endpoint, IsSingleton
public class Jt400DataQueueEndpoint
- extends DefaultPollingEndpoint
AS/400 Data queue endpoint
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
createEndpointUri, createExchange, createExchange, createExchange, createScheduledExecutorService, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, getExecutorService, getScheduledExecutorService, hashCode, isLenientProperties, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setExecutorService, toString |
Jt400DataQueueEndpoint
protected Jt400DataQueueEndpoint(String endpointUri,
Jt400Component component)
throws CamelException
- Creates a new AS/400 data queue endpoint
- Throws:
CamelException
setCcsid
public void setCcsid(int ccsid)
throws PropertyVetoException
- Throws:
PropertyVetoException
setFormat
public void setFormat(Jt400DataQueueEndpoint.Format format)
getFormat
public Jt400DataQueueEndpoint.Format getFormat()
createPollingConsumer
public PollingConsumer createPollingConsumer()
throws Exception
- Specified by:
createPollingConsumer in interface Endpoint- Overrides:
createPollingConsumer in class DefaultEndpoint
- Throws:
Exception
createProducer
public Producer createProducer()
throws Exception
- Throws:
Exception
getSystem
protected com.ibm.as400.access.AS400 getSystem()
getDataQueue
protected com.ibm.as400.access.DataQueue getDataQueue()
isSingleton
public boolean isSingleton()
Apache CAMEL