tigase.xmpp.impl
Class Message
java.lang.Object
tigase.xmpp.XMPPProcessor
tigase.xmpp.impl.Message
- All Implemented Interfaces:
- java.lang.Comparable<XMPPProcessor>, XMPPImplIfc, XMPPProcessorIfc
public class Message
- extends XMPPProcessor
- implements XMPPProcessorIfc
Message forwarder class. Normally it is not needed to be loaded and
used unless there is a plugin for message packet loaded which
doesn't forward messages. For example if message archivizer plugin
is loaded then you probably need to load this one as well.
Created: Tue Feb 21 15:49:08 2006
- Version:
- $Rev: 1565 $
- Author:
- Artur Hefczyc
|
Method Summary |
java.lang.String |
id()
Method id returns a unique ID of the plugin. |
void |
process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
java.util.Queue<Packet> results,
java.util.Map<java.lang.String,java.lang.Object> settings)
|
java.lang.String[] |
supElements()
Method supElements returns an array of element names for stanzas
which can be processed by this plugin. |
java.lang.String[] |
supNamespaces()
Method supNamespaces returns an array of namespaces for stanzas
which can be processed by this pluing. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Message
public Message()
id
public java.lang.String id()
- Description copied from interface:
XMPPImplIfc
- Method
id returns a unique ID of the plugin.
Each plugin has own, unique ID which is used in the configuration file
to determine whether it needs to be loaded or not.
In most cases the ID can be equal to XMLNS of the packages processed
by the plugin.
- Specified by:
id in interface XMPPImplIfc
- Returns:
- a
String value
supElements
public java.lang.String[] supElements()
- Description copied from interface:
XMPPImplIfc
- Method
supElements returns an array of element names for stanzas
which can be processed by this plugin. Each element name corresponds to
XMLNS returned in array by supNamespaces() method.
- Specified by:
supElements in interface XMPPImplIfc- Overrides:
supElements in class XMPPProcessor
- Returns:
- a
String[] value
supNamespaces
public java.lang.String[] supNamespaces()
- Description copied from interface:
XMPPImplIfc
- Method
supNamespaces returns an array of namespaces for stanzas
which can be processed by this pluing. Each namespace corresponds to element
name returned in array by supElemenets() method.
- Specified by:
supNamespaces in interface XMPPImplIfc- Overrides:
supNamespaces in class XMPPProcessor
- Returns:
- a
String[] value
process
public void process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
java.util.Queue<Packet> results,
java.util.Map<java.lang.String,java.lang.Object> settings)
throws XMPPException
- Specified by:
process in interface XMPPProcessorIfc
- Throws:
XMPPException
Copyright © 2009 Tigase. All Rights Reserved.