tigase.jaxmpp.core.client
Class Processor
java.lang.Object
tigase.jaxmpp.core.client.Processor
public class Processor
- extends Object
Class for process incoming stanza. This clas produces Runnable
that can be started by Executor.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Processor
public Processor(XmppModulesManager xmppModulesManages,
AbstractSessionObject sessionObject,
PacketWriter writer)
createError
public static Element createError(Element stanza,
Throwable caught)
getXmppModulesManages
public XmppModulesManager getXmppModulesManages()
process
public Runnable process(Element receivedElement)
- Process received stanza.
- Parameters:
element - received stanza
- Returns:
- Runnable
Copyright © 2006-2012 Tigase. All Rights Reserved.