@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface MllpEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MllpEndpointBuilderFactory.AdvancedMllpEndpointBuilder
Advanced builder for endpoint for the MLLP component.
|
static interface |
MllpEndpointBuilderFactory.AdvancedMllpEndpointConsumerBuilder
Advanced builder for endpoint consumers for the MLLP component.
|
static interface |
MllpEndpointBuilderFactory.AdvancedMllpEndpointProducerBuilder
Advanced builder for endpoint producers for the MLLP component.
|
static interface |
MllpEndpointBuilderFactory.MllpBuilders |
static interface |
MllpEndpointBuilderFactory.MllpEndpointBuilder
Builder for endpoint for the MLLP component.
|
static interface |
MllpEndpointBuilderFactory.MllpEndpointConsumerBuilder
Builder for endpoint consumers for the MLLP component.
|
static interface |
MllpEndpointBuilderFactory.MllpEndpointProducerBuilder
Builder for endpoint producers for the MLLP component.
|
| Modifier and Type | Method and Description |
|---|---|
static MllpEndpointBuilderFactory.MllpEndpointBuilder |
mllp(String path)
MLLP (camel-mllp)
Provides functionality required by Healthcare providers to communicate
with other systems using the MLLP protocol.
|
static MllpEndpointBuilderFactory.MllpEndpointBuilder mllp(String path)
mllp:hostname:port
Path parameter: hostname (required)
Hostname or IP for connection for the TCP connection. The default value
is null, which means any local IP address
Path parameter: port (required)
Port number for the TCP connectionApache Camel