de.jiac.micro.core.io
Interface IMessage.DefaultHeader

Enclosing interface:
IMessage

public static interface IMessage.DefaultHeader


Field Summary
static String CONTENT_TYPE
          Key for the optional content-type header.
static String MESSAGE_NUMBER
          Key for the message-number header.
static String SOURCE_ADDRESS
          Key for the source-address header.
static String TARGET_ADDRESS
          Key for the target-address header.
 

Field Detail

SOURCE_ADDRESS

static final String SOURCE_ADDRESS
Key for the source-address header. Is set by the transport layer

See Also:
Constant Field Values

TARGET_ADDRESS

static final String TARGET_ADDRESS
Key for the target-address header.

See Also:
Constant Field Values

CONTENT_TYPE

static final String CONTENT_TYPE
Key for the optional content-type header.

See Also:
Constant Field Values

MESSAGE_NUMBER

static final String MESSAGE_NUMBER
Key for the message-number header. The application-developer has no permission to modify this key.

See Also:
Constant Field Values


Copyright © 2008-2011 DAI-Labor. All Rights Reserved.