org.apache.abdera.protocol.server.provider.managed
Class ServerConfiguration
java.lang.Object
org.apache.abdera.protocol.server.provider.managed.Configuration
org.apache.abdera.protocol.server.provider.managed.ServerConfiguration
- Direct Known Subclasses:
- AbstractServerConfiguration
public abstract class ServerConfiguration
- extends Configuration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerConfiguration
public ServerConfiguration()
getPort
public abstract int getPort()
getServerUri
public abstract String getServerUri()
getFeedNamespace
public abstract String getFeedNamespace()
getFeedNamespacePrefix
public abstract String getFeedNamespacePrefix()
getFeedConfigLocation
public abstract String getFeedConfigLocation()
getFeedConfigSuffix
public abstract String getFeedConfigSuffix()
getAdapterConfigLocation
public abstract String getAdapterConfigLocation()
loadFeedConfiguration
public abstract FeedConfiguration loadFeedConfiguration(String feedId)
throws Exception
- Throws:
Exception
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.