org.jivesoftware.smackx.provider
Class AffiliationProvider

java.lang.Object
  extended by org.jivesoftware.smackx.provider.EmbeddedExtensionProvider
      extended by org.jivesoftware.smackx.provider.AffiliationProvider
All Implemented Interfaces:
org.jivesoftware.smack.provider.PacketExtensionProvider

public class AffiliationProvider
extends EmbeddedExtensionProvider

Parses the affiliation element out of the reply stanza from the server as specified in the affiliation schema.

Author:
Robin Collier

Constructor Summary
AffiliationProvider()
           
 
Method Summary
 
Methods inherited from class org.jivesoftware.smackx.provider.EmbeddedExtensionProvider
parseExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AffiliationProvider

public AffiliationProvider()