Class MinaEndpointBuilderFactory.MinaHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.MinaEndpointBuilderFactory.MinaHeaderNameBuilder
-
- Enclosing interface:
- MinaEndpointBuilderFactory
public static class MinaEndpointBuilderFactory.MinaHeaderNameBuilder extends Object
The builder of headers' name for the Mina component.
-
-
Constructor Summary
Constructors Constructor Description MinaHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringminaCloseSessionWhenComplete()Indicates whether the session should be closed after complete.StringminaIoSession()The key of the IoSession which is stored in the message header.StringminaLocalAddress()The socket address of local machine that received the message.StringminaRemoteAddress()The socket address of the remote machine that send the message.
-
-
-
Method Detail
-
minaCloseSessionWhenComplete
public String minaCloseSessionWhenComplete()
Indicates whether the session should be closed after complete. The option is a:Booleantype. Group: common- Returns:
- the name of the header
MinaCloseSessionWhenComplete.
-
minaIoSession
public String minaIoSession()
The key of the IoSession which is stored in the message header. The option is a:org.apache.mina.core.session.IoSessiontype. Group: consumer- Returns:
- the name of the header
MinaIoSession.
-
minaLocalAddress
public String minaLocalAddress()
The socket address of local machine that received the message. The option is a:java.net.SocketAddresstype. Group: consumer- Returns:
- the name of the header
MinaLocalAddress.
-
minaRemoteAddress
public String minaRemoteAddress()
The socket address of the remote machine that send the message. The option is a:java.net.SocketAddresstype. Group: consumer- Returns:
- the name of the header
MinaRemoteAddress.
-
-