|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmppModule
Main interface for implement modules. Module is stateless!. To store any statefull data use SessionObject
| Method Summary | |
|---|---|
Criteria |
getCriteria()
Criteria |
String[] |
getFeatures()
Returns features what are implemented by Module. |
void |
process(Element element)
Main method of module. |
| Method Detail |
|---|
Criteria getCriteria()
String[] getFeatures()
Returns features what are implemented by Module.
See Service Discovery Features
void process(Element element)
throws XMPPException,
XMLException,
JaxmppException
element - incoming XMPP stanzasessionObject - XMPP session objectpacketWriter - XML writer
XMPPException
XMLException
JaxmppException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||