Uses of Class
org.wso2.wsas.feed.rss.ServiceElement

Packages that use ServiceElement
org.wso2.wsas.feed.atom   
org.wso2.wsas.feed.rss   
 

Uses of ServiceElement in org.wso2.wsas.feed.atom
 

Methods in org.wso2.wsas.feed.atom with parameters of type ServiceElement
 void AtomFeed.addAtomElement(ServiceElement element)
           
 

Uses of ServiceElement in org.wso2.wsas.feed.rss
 

Methods in org.wso2.wsas.feed.rss with parameters of type ServiceElement
 void RSSFeed.addRSSElement(ServiceElement element)