Uses of Class
org.apache.camel.component.jt400.Jt400Component

Uses of Jt400Component in org.apache.camel.component.jt400
 

Constructors in org.apache.camel.component.jt400 with parameters of type Jt400Component
Jt400DataQueueEndpoint(String endpointUri, Jt400Component component)
          Creates a new AS/400 data queue endpoint using a default connection pool provided by the component.
Jt400DataQueueEndpoint(String endpointUri, Jt400Component component, com.ibm.as400.access.AS400ConnectionPool connectionPool)
          Creates a new AS/400 data queue endpoint using the specified connection pool.
Jt400PgmEndpoint(String endpointUri, Jt400Component component)
          Creates a new AS/400 PGM CALL endpoint using a default connection pool provided by the component.
Jt400PgmEndpoint(String endpointUri, Jt400Component component, com.ibm.as400.access.AS400ConnectionPool connectionPool)
          Creates a new AS/400 PGM CALL endpoint using the specified connection pool.
 



Apache CAMEL