com.echomine.jabber
Class Jabber

java.lang.Object
  extended by com.echomine.jabber.Jabber

public class Jabber
extends java.lang.Object

creates sessions for you. This is where you can override the methods to return your own JabberSessions if you have one.


Constructor Summary
Jabber()
           
 
Method Summary
 JabberSession createSession(JabberContext context)
           
 JabberSession createSession(JabberContext context, JabberMessageParser parser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jabber

public Jabber()
Method Detail

createSession

public JabberSession createSession(JabberContext context)

createSession

public JabberSession createSession(JabberContext context,
                                   JabberMessageParser parser)


Copyright © 2001-2005 Echomine. All Rights Reserved.