org.wso2.wsas.feed
Class AbstractFeed

java.lang.Object
  extended byorg.wso2.wsas.feed.AbstractFeed
Direct Known Subclasses:
AtomFeed, RSSFeed

public abstract class AbstractFeed
extends java.lang.Object


Field Summary
protected  org.apache.axis2.engine.AxisConfiguration axisConfig
           
 
Constructor Summary
protected AbstractFeed(org.apache.axis2.engine.AxisConfiguration axisConfig)
           
 
Method Summary
abstract  org.apache.axiom.om.OMElement getFeedElement()
           
protected  java.lang.String getUrl(java.lang.String serviceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

axisConfig

protected org.apache.axis2.engine.AxisConfiguration axisConfig
Constructor Detail

AbstractFeed

protected AbstractFeed(org.apache.axis2.engine.AxisConfiguration axisConfig)
Method Detail

getUrl

protected java.lang.String getUrl(java.lang.String serviceName)
                           throws java.net.SocketException
Throws:
java.net.SocketException

getFeedElement

public abstract org.apache.axiom.om.OMElement getFeedElement()
                                                      throws java.net.SocketException
Throws:
java.net.SocketException