com.echomine.jabber
Interface JabberMessageParser

All Known Implementing Classes:
DefaultMessageParser

public interface JabberMessageParser

The interface is for instantiating a message object by looking at the internal elements. Basically, the message builder will look at the elements, determine what type of message it is, and then return an appropriate instance that is able to parse the data out of the elements.


Method Summary
 JabberMessage createMessage(java.lang.String qName, Namespace ns, Element msgTree)
          instantiate a message object by looking at the DOM tree
 

Method Detail

createMessage

JabberMessage createMessage(java.lang.String qName,
                            Namespace ns,
                            Element msgTree)
                            throws MessageNotSupportedException
instantiate a message object by looking at the DOM tree

Throws:
MessageNotSupportedException


Copyright © 2001-2005 Echomine. All Rights Reserved.