Uses of Package
com.echomine.jabber

Packages that use com.echomine.jabber
com.echomine.jabber   
com.echomine.jabber.msg   
com.echomine.jabber.parser   
 

Classes in com.echomine.jabber used by com.echomine.jabber
AbstractJabberMessage
          This message adds some base functionality for those that uses it.
ErrorCode
          Contains the codes for all errors.
ErrorMessage
          Contains the error messages and error codes associated with a specific error.
JabberChatService
          This service deals with all aspects of chatting (private one-on-one, group chats, headlines, etc).
JabberClientService
          the clients service contains the methods that you will use 90% of the time.
JabberCode
          The jabber code contains all the static codes used by the Jabber API.
JabberConnection
          This class represents a connection to a Jabber Server.
JabberContentHandler
          The main content handler used by the protocol itself.
JabberContext
          The session context.
JabberErrorHandler
          error handling for the sax parser.
JabberJDOMMessage
          The default message type that essentially contains all the data in a JDOM tree.
JabberMessage
          The base class for all Jabber messages.
JabberMessageEvent
           
JabberMessageException
          Any problems when authenticating or registering or anything related to the User Service will throw this exception.
JabberMessageHandler
          Handles incoming message and creates the proper message object to contain the incoming parse data.
JabberMessageListener
          Interface that classes must implement in order to receive any incoming jabber messages.
JabberMessageParsable
          All messages that is used to parse incoming messages must implement this method.
JabberMessageParser
          The interface is for instantiating a message object by looking at the internal elements.
JabberMessageReceiver
           
JabberPresenceMessage
          This parses the presence message and makes it easy to retrieve the information.
JabberPresenceService
          Deals with all presence broadcast and receiving.
JabberProtocol.SAXReaderThread
          Used by the low level protocol handler to read in the data.
JabberRosterService
          Contains all the methods to work with rosters.
JabberServerService
          the server service contains the methods that you will use 90% of the time.
JabberSession
          The main entry into Jabber itself.
JabberUserService
          The user service contains all the methods needed to interact with user related services such as authentication and registration.
JDOMMessageHandler
          The JDOM MessageHandler is the default handler for all incoming messages.
JID
          Contains the JID resource.
JIDType
          a jid-type is similar to a mime-type.
MessageNotSupportedException
           
MessageRequestQueue
          this class stores messages that are to be sent out.
PresenceCode
          contains a set of types that are used by the Presence message.
 

Classes in com.echomine.jabber used by com.echomine.jabber.msg
AbstractJabberMessage
          This message adds some base functionality for those that uses it.
ErrorMessage
          Contains the error messages and error codes associated with a specific error.
JabberCode
          The jabber code contains all the static codes used by the Jabber API.
JabberContext
          The session context.
JabberIQMessage
          The iq message contains the parsed tag plus whatever content is sent inside that tag.
JabberJDOMMessage
          The default message type that essentially contains all the data in a JDOM tree.
JabberMessage
          The base class for all Jabber messages.
JabberMessageParsable
          All messages that is used to parse incoming messages must implement this method.
JabberMessageParser
          The interface is for instantiating a message object by looking at the internal elements.
JID
          Contains the JID resource.
JIDType
          a jid-type is similar to a mime-type.
 

Classes in com.echomine.jabber used by com.echomine.jabber.parser
JabberContentHandler
          The main content handler used by the protocol itself.
JabberErrorHandler
          error handling for the sax parser.
JabberSAXParser
          Every sax parser implementation that wants to work with the jabber module must implement this interface.
 



Copyright © 2001-2005 Echomine. All Rights Reserved.