tigase.xmpp
Interface XMPPPreprocessorIfc

All Superinterfaces:
XMPPImplIfc
All Known Implementing Classes:
DomainFilter, JabberIqIq, JabberIqPrivacy

public interface XMPPPreprocessorIfc
extends XMPPImplIfc

Describe interface XMPPPreprocessorIfc here. Created: Sat Oct 14 16:16:50 2006

Version:
$Rev$
Author:
Artur Hefczyc

Method Summary
 boolean preProcess(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, Queue<Packet> results)
           
 
Methods inherited from interface tigase.xmpp.XMPPImplIfc
concurrentQueuesNo, concurrentThreadsPerQueue, id, init, isSupporting, supDiscoFeatures, supElements, supNamespaces, supStreamFeatures
 

Method Detail

preProcess

boolean preProcess(Packet packet,
                   XMPPResourceConnection session,
                   NonAuthUserRepository repo,
                   Queue<Packet> results)


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