org.apache.abdera.protocol.server.provider.managed
Class AbstractServerConfiguration

java.lang.Object
  extended by org.apache.abdera.protocol.server.provider.managed.Configuration
      extended by org.apache.abdera.protocol.server.provider.managed.ServerConfiguration
          extended by org.apache.abdera.protocol.server.provider.managed.AbstractServerConfiguration
Direct Known Subclasses:
BasicServerConfiguration

public abstract class AbstractServerConfiguration
extends ServerConfiguration


Constructor Summary
protected AbstractServerConfiguration(RequestContext request)
           
 
Method Summary
 String getAdapterConfigLocation()
           
 String getFeedConfigLocation()
           
 String getFeedConfigSuffix()
           
 int getPort()
           
 String getServerUri()
           
 FeedConfiguration loadFeedConfiguration(String feedId)
           
 
Methods inherited from class org.apache.abdera.protocol.server.provider.managed.ServerConfiguration
getFeedNamespace, getFeedNamespacePrefix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractServerConfiguration

protected AbstractServerConfiguration(RequestContext request)
Method Detail

getAdapterConfigLocation

public String getAdapterConfigLocation()
Specified by:
getAdapterConfigLocation in class ServerConfiguration

getFeedConfigLocation

public String getFeedConfigLocation()
Specified by:
getFeedConfigLocation in class ServerConfiguration

getFeedConfigSuffix

public String getFeedConfigSuffix()
Specified by:
getFeedConfigSuffix in class ServerConfiguration

getPort

public int getPort()
Specified by:
getPort in class ServerConfiguration

getServerUri

public String getServerUri()
Specified by:
getServerUri in class ServerConfiguration

loadFeedConfiguration

public FeedConfiguration loadFeedConfiguration(String feedId)
                                        throws IOException
Specified by:
loadFeedConfiguration in class ServerConfiguration
Throws:
IOException


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.