org.springframework.integration.xmpp
Class XmppHeaders
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
XmppHeaders
public XmppHeaders()
Copyright © 2010. All Rights Reserved.