Class AbstractServerConfiguration
- java.lang.Object
-
- org.apache.abdera.protocol.server.provider.managed.Configuration
-
- org.apache.abdera.protocol.server.provider.managed.ServerConfiguration
-
- org.apache.abdera.protocol.server.provider.managed.AbstractServerConfiguration
-
- Direct Known Subclasses:
BasicServerConfiguration
@Deprecated public abstract class AbstractServerConfiguration extends ServerConfiguration
Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetAdapterConfigLocation()Deprecated.StringgetFeedConfigLocation()Deprecated.StringgetFeedConfigSuffix()Deprecated.intgetPort()Deprecated.StringgetServerUri()Deprecated.FeedConfigurationloadFeedConfiguration(String feedId)Deprecated.-
Methods inherited from class org.apache.abdera.protocol.server.provider.managed.ServerConfiguration
getFeedNamespace, getFeedNamespacePrefix
-
-
-
-
Method Detail
-
getAdapterConfigLocation
public String getAdapterConfigLocation()
Deprecated.- Specified by:
getAdapterConfigLocationin classServerConfiguration
-
getFeedConfigLocation
public String getFeedConfigLocation()
Deprecated.- Specified by:
getFeedConfigLocationin classServerConfiguration
-
getFeedConfigSuffix
public String getFeedConfigSuffix()
Deprecated.- Specified by:
getFeedConfigSuffixin classServerConfiguration
-
getPort
public int getPort()
Deprecated.- Specified by:
getPortin classServerConfiguration
-
getServerUri
public String getServerUri()
Deprecated.- Specified by:
getServerUriin classServerConfiguration
-
loadFeedConfiguration
public FeedConfiguration loadFeedConfiguration(String feedId) throws IOException
Deprecated.- Specified by:
loadFeedConfigurationin classServerConfiguration- Throws:
IOException
-
-