org.wso2.wsas.feed.atom
Class AtomFeed

java.lang.Object
  extended byorg.wso2.wsas.feed.AbstractFeed
      extended byorg.wso2.wsas.feed.atom.AtomFeed

public class AtomFeed
extends AbstractFeed


Constructor Summary
AtomFeed()
           
 
Method Summary
 void addAtomElement(ServiceElement element)
           
 org.apache.axiom.om.OMElement getFeedElement(java.lang.String serviceContextPath)
           
 
Methods inherited from class org.wso2.wsas.feed.AbstractFeed
getUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomFeed

public AtomFeed()
Method Detail

addAtomElement

public void addAtomElement(ServiceElement element)

getFeedElement

public org.apache.axiom.om.OMElement getFeedElement(java.lang.String serviceContextPath)
                                             throws java.net.SocketException
Specified by:
getFeedElement in class AbstractFeed
Parameters:
serviceContextPath - : path will be injected when the relevant feeds are called.
Returns:
feed element
Throws:
java.net.SocketException