Spring Integration

org.springframework.integration.xmpp
Class XmppHeaders

java.lang.Object
  extended by org.springframework.integration.xmpp.XmppHeaders

public class XmppHeaders
extends Object

Used as keys for Message objects that handle XMPP events.

Since:
2.0
Author:
Mario Gray, Josh Long

Field Summary
static String CHAT
           
static String CHAT_THREAD_ID
           
static String CHAT_TO_USER
           
static String PRESENCE
           
static String PRESENCE_FROM
           
static String PRESENCE_LANGUAGE
           
static String PRESENCE_MODE
           
static String PRESENCE_PRIORITY
           
static String PRESENCE_STATUS
           
static String PRESENCE_TYPE
           
static String TYPE
           
 
Constructor Summary
XmppHeaders()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHAT

public static final String CHAT
See Also:
Constant Field Values

CHAT_TO_USER

public static final String CHAT_TO_USER
See Also:
Constant Field Values

CHAT_THREAD_ID

public static final String CHAT_THREAD_ID
See Also:
Constant Field Values

TYPE

public static final String TYPE
See Also:
Constant Field Values

PRESENCE

public static final String PRESENCE
See Also:
Constant Field Values

PRESENCE_LANGUAGE

public static final String PRESENCE_LANGUAGE
See Also:
Constant Field Values

PRESENCE_PRIORITY

public static final String PRESENCE_PRIORITY
See Also:
Constant Field Values

PRESENCE_MODE

public static final String PRESENCE_MODE
See Also:
Constant Field Values

PRESENCE_TYPE

public static final String PRESENCE_TYPE
See Also:
Constant Field Values

PRESENCE_STATUS

public static final String PRESENCE_STATUS
See Also:
Constant Field Values

PRESENCE_FROM

public static final String PRESENCE_FROM
See Also:
Constant Field Values
Constructor Detail

XmppHeaders

public XmppHeaders()

Spring Integration

Copyright © 2010. All Rights Reserved.