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.
| Modifier and Type | Method and Description |
|---|---|
JabberMessage |
createMessage(java.lang.String qName,
Namespace ns,
Element msgTree)
instantiate a message object by looking at the DOM tree
|
JabberMessage createMessage(java.lang.String qName, Namespace ns, Element msgTree) throws MessageNotSupportedException
MessageNotSupportedExceptionCopyright © 2001-2005 Echomine. All Rights Reserved.