javax.jbi.messaging
Class NormalizedMessageProperties

java.lang.Object
  extended by javax.jbi.messaging.NormalizedMessageProperties

public final class NormalizedMessageProperties
extends java.lang.Object

Defines constants linked to the normalized message properties:

Note that the javax.jbi.messaging.protocol.type and javax.jbi.messaging.protocol.headers properties are set by binding components. These values are typically used only by the binding component itself, since they are binding-specific. Other components may use these properties, however, this is a poor practice, since it can bind the component to a particular protocol.

Author:
JSR208 Expert Group

Field Summary
static java.lang.String PROTOCOL_HEADERS
          javax.jbi.messaging.protocol.headers
static java.lang.String PROTOCOL_TYPE
          javax.jbi.messaging.protocol.type
static java.lang.String SECURITY_SUBJECT
          javax.jbi.security.subject
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SECURITY_SUBJECT

public static final java.lang.String SECURITY_SUBJECT
javax.jbi.security.subject

See Also:
Constant Field Values

PROTOCOL_TYPE

public static final java.lang.String PROTOCOL_TYPE
javax.jbi.messaging.protocol.type

See Also:
Constant Field Values

PROTOCOL_HEADERS

public static final java.lang.String PROTOCOL_HEADERS
javax.jbi.messaging.protocol.headers

See Also:
Constant Field Values


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.