@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface Jt400EndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Jt400EndpointBuilderFactory.AdvancedJt400EndpointBuilder
Advanced builder for endpoint for the JT400 component.
|
static interface |
Jt400EndpointBuilderFactory.AdvancedJt400EndpointConsumerBuilder
Advanced builder for endpoint consumers for the JT400 component.
|
static interface |
Jt400EndpointBuilderFactory.AdvancedJt400EndpointProducerBuilder
Advanced builder for endpoint producers for the JT400 component.
|
static class |
Jt400EndpointBuilderFactory.Format
Proxy enum for
org.apache.camel.component.jt400.Jt400Configuration$Format
enum. |
static interface |
Jt400EndpointBuilderFactory.Jt400Builders |
static interface |
Jt400EndpointBuilderFactory.Jt400EndpointBuilder
Builder for endpoint for the JT400 component.
|
static interface |
Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder
Builder for endpoint consumers for the JT400 component.
|
static interface |
Jt400EndpointBuilderFactory.Jt400EndpointProducerBuilder
Builder for endpoint producers for the JT400 component.
|
static class |
Jt400EndpointBuilderFactory.SearchType
Proxy enum for
org.apache.camel.component.jt400.Jt400Configuration$SearchType enum. |
| Modifier and Type | Method and Description |
|---|---|
static Jt400EndpointBuilderFactory.Jt400EndpointBuilder |
jt400(String path)
JT400 (camel-jt400)
The jt400 component allows you to exchanges messages with an AS/400
system using data queues or program call.
|
static Jt400EndpointBuilderFactory.Jt400EndpointBuilder jt400(String path)
jt400:userID:password/systemName/objectPath.type
Path parameter: userID (required)
Returns the ID of the AS/400 user.
Path parameter: password (required)
Returns the password of the AS/400 user.
Path parameter: systemName (required)
Returns the name of the AS/400 system.
Path parameter: objectPath (required)
Returns the fully qualified integrated file system path name of the
target object of this endpoint.
Path parameter: type (required)
Whether to work with data queues or remote program call
The value can be one of: DTAQ, PGM, SRVPGMApache Camel