public class Jt400Component
extends org.apache.camel.impl.DefaultComponent
Component to provide integration with AS/400 objects.
Current implementation supports working with data queues (*DTAQ) and Program calls (*PGM)| Constructor and Description |
|---|
Jt400Component() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> properties) |
protected void |
doShutdown() |
com.ibm.as400.access.AS400ConnectionPool |
getConnectionPool()
Returns the default connection pool used by this component.
|
void |
setConnectionPool(com.ibm.as400.access.AS400ConnectionPool connectionPool) |
afterConfiguration, createComponentConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIprotected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> properties) throws Exception
createEndpoint in class org.apache.camel.impl.DefaultComponentExceptionpublic com.ibm.as400.access.AS400ConnectionPool getConnectionPool()
public void setConnectionPool(com.ibm.as400.access.AS400ConnectionPool connectionPool)
Apache Camel