Uses of Interface
tigase.pubsub.ElementWriter

Packages that use ElementWriter
tigase.pubsub   
tigase.pubsub.modules   
 

Uses of ElementWriter in tigase.pubsub
 

Fields in tigase.pubsub declared as ElementWriter
protected  ElementWriter PubSubComponent.elementWriter
           
 

Methods in tigase.pubsub with parameters of type ElementWriter
 void PubSubComponent.process(tigase.xml.Element element, ElementWriter writer)
           
 java.util.List<tigase.xml.Element> Module.process(tigase.xml.Element element, ElementWriter elementWriter)
           
protected  boolean PubSubComponent.runModules(tigase.xml.Element element, ElementWriter writer)
           
 

Uses of ElementWriter in tigase.pubsub.modules
 

Methods in tigase.pubsub.modules with parameters of type ElementWriter
 java.util.List<tigase.xml.Element> XmppPingModule.process(tigase.xml.Element iq, ElementWriter elementWriter)
           
 java.util.List<tigase.xml.Element> UnsubscribeNodeModule.process(tigase.xml.Element element, ElementWriter elementWriter)
           
 java.util.List<tigase.xml.Element> SubscribeNodeModule.process(tigase.xml.Element element, ElementWriter elementWriter)
           
 java.util.List<tigase.xml.Element> RetrieveSubscriptionsModule.process(tigase.xml.Element element, ElementWriter elementWriter)
           
 java.util.List<tigase.xml.Element> RetrieveItemsModule.process(tigase.xml.Element element, ElementWriter elementWriter)
           
 java.util.List<tigase.xml.Element> RetrieveAffiliationsModule.process(tigase.xml.Element element, ElementWriter elementWriter)
           
 java.util.List<tigase.xml.Element> RetractItemModule.process(tigase.xml.Element element, ElementWriter elementWriter)
           
 java.util.List<tigase.xml.Element> PurgeItemsModule.process(tigase.xml.Element element, ElementWriter elementWriter)
           
 java.util.List<tigase.xml.Element> PublishItemModule.process(tigase.xml.Element element, ElementWriter elementWriter)
           
 java.util.List<tigase.xml.Element> PresenceCollectorModule.process(tigase.xml.Element element, ElementWriter elementWriter)
           
 java.util.List<tigase.xml.Element> PendingSubscriptionModule.process(tigase.xml.Element message, ElementWriter elementWriter)
           
 java.util.List<tigase.xml.Element> NodeDeleteModule.process(tigase.xml.Element element, ElementWriter elementWriter)
           
 java.util.List<tigase.xml.Element> NodeCreateModule.process(tigase.xml.Element element, ElementWriter elementWriter)
           
 java.util.List<tigase.xml.Element> NodeConfigModule.process(tigase.xml.Element element, ElementWriter elementWriter)
           
 java.util.List<tigase.xml.Element> ManageSubscriptionModule.process(tigase.xml.Element element, ElementWriter elementWriter)
           
 java.util.List<tigase.xml.Element> ManageAffiliationsModule.process(tigase.xml.Element element, ElementWriter elementWriter)
           
 java.util.List<tigase.xml.Element> JabberVersionModule.process(tigase.xml.Element element, ElementWriter elementWriter)
           
 java.util.List<tigase.xml.Element> DiscoverItemsModule.process(tigase.xml.Element element, ElementWriter elementWriter)
           
 java.util.List<tigase.xml.Element> DiscoverInfoModule.process(tigase.xml.Element element, ElementWriter elementWriter)
           
 java.util.List<tigase.xml.Element> DefaultConfigModule.process(tigase.xml.Element element, ElementWriter elementWriter)
           
 java.util.List<tigase.xml.Element> AdHocConfigCommandModule.process(tigase.xml.Element element, ElementWriter elementWriter)
           
 



Copyright © 2008-2009 Tigase. All Rights Reserved.