|
Openfire 3.7.1 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserItemsProvider
A UserItemsProvider
is responsible for providing the items associated with a user
that are to be discovered during a disco#items query sent to the user.
Examples of when a UserItemsProvider
is used include:
Method Summary | |
---|---|
Iterator<org.dom4j.Element> |
getUserItems(String name,
org.xmpp.packet.JID senderJID)
Returns an Iterator (of Element) with the target entity's items or null if none. |
Method Detail |
---|
Iterator<org.dom4j.Element> getUserItems(String name, org.xmpp.packet.JID senderJID)
name
- the recipient JID's name.senderJID
- the XMPPAddress of user that sent the disco items request.
|
Openfire 3.7.1 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |