public static interface MinaEndpointBuilderFactory.MinaBuilders
| Modifier and Type | Method and Description |
|---|---|
default MinaEndpointBuilderFactory.MinaEndpointBuilder |
mina(String path)
Mina (camel-mina)
Socket level networking using TCP or UDP with Apache Mina 2.x.
|
default MinaEndpointBuilderFactory.MinaEndpointBuilder |
mina(String componentName,
String path)
Mina (camel-mina)
Socket level networking using TCP or UDP with Apache Mina 2.x.
|
default MinaEndpointBuilderFactory.MinaEndpointBuilder mina(String path)
mina:protocol:host:port
Path parameter: protocol (required)
Protocol to use
Path parameter: host (required)
Hostname to use. Use localhost or 0.0.0.0 for local server as
consumer. For producer use the hostname or ip address of the remote
server.
Path parameter: port (required)
Port numberpath - protocol:host:portdefault MinaEndpointBuilderFactory.MinaEndpointBuilder mina(String componentName, String path)
mina:protocol:host:port
Path parameter: protocol (required)
Protocol to use
Path parameter: host (required)
Hostname to use. Use localhost or 0.0.0.0 for local server as
consumer. For producer use the hostname or ip address of the remote
server.
Path parameter: port (required)
Port numbercomponentName - to use a custom component name for the endpoint
instead of the default namepath - protocol:host:portApache Camel