tigase.xmpp.impl
Class SimpleForwarder

java.lang.Object
  extended by tigase.xmpp.XMPPProcessor
      extended by tigase.xmpp.impl.SimpleForwarder
All Implemented Interfaces:
Comparable<XMPPProcessor>, XMPPImplIfc, XMPPProcessorIfc
Direct Known Subclasses:
IBB, JabberIqOOB, JabberIqSi, JabberIqSocks5Bytestreams

public abstract class SimpleForwarder
extends XMPPProcessor
implements XMPPProcessorIfc

Describe class SimpleForwarder here. Created: Sat Jan 13 16:58:41 2007

Version:
$Rev$
Author:
Artur Hefczyc

Field Summary
 
Fields inherited from class tigase.xmpp.XMPPProcessor
ALL
 
Constructor Summary
SimpleForwarder()
           
 
Method Summary
 void process(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, Queue<Packet> results, Map<String,Object> settings)
          Describe process method here.
 
Methods inherited from class tigase.xmpp.XMPPProcessor
compareTo, concurrentQueuesNo, concurrentThreadsPerQueue, getInstance, init, isSupporting, supDiscoFeatures, supElements, supNamespaces, supStreamFeatures
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface tigase.xmpp.XMPPImplIfc
concurrentQueuesNo, concurrentThreadsPerQueue, id, init, isSupporting, supDiscoFeatures, supElements, supNamespaces, supStreamFeatures
 

Constructor Detail

SimpleForwarder

public SimpleForwarder()
Method Detail

process

public void process(Packet packet,
                    XMPPResourceConnection session,
                    NonAuthUserRepository repo,
                    Queue<Packet> results,
                    Map<String,Object> settings)
             throws XMPPException
Describe process method here.

Specified by:
process in interface XMPPProcessorIfc
Parameters:
packet - a Packet value
session - a XMPPResourceConnection value
repo - a NonAuthUserRepository value
results - a Queue value
settings -
Throws:
XMPPException


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.