|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
JabberMessage createMessage(java.lang.String qName, Namespace ns, Element msgTree) throws MessageNotSupportedException
MessageNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |