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
@Deprecated public abstract class ServerConfiguration extends Configuration
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ServerConfiguration()Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description abstract StringgetAdapterConfigLocation()Deprecated.abstract StringgetFeedConfigLocation()Deprecated.abstract StringgetFeedConfigSuffix()Deprecated.abstract StringgetFeedNamespace()Deprecated.abstract StringgetFeedNamespacePrefix()Deprecated.abstract intgetPort()Deprecated.abstract StringgetServerUri()Deprecated.abstract FeedConfigurationloadFeedConfiguration(String feedId)Deprecated.
-
-
-
Method Detail
-
getPort
public abstract int getPort()
Deprecated.
-
getServerUri
public abstract String getServerUri()
Deprecated.
-
getFeedNamespace
public abstract String getFeedNamespace()
Deprecated.
-
getFeedNamespacePrefix
public abstract String getFeedNamespacePrefix()
Deprecated.
-
getFeedConfigLocation
public abstract String getFeedConfigLocation()
Deprecated.
-
getFeedConfigSuffix
public abstract String getFeedConfigSuffix()
Deprecated.
-
getAdapterConfigLocation
public abstract String getAdapterConfigLocation()
Deprecated.
-
loadFeedConfiguration
public abstract FeedConfiguration loadFeedConfiguration(String feedId) throws Exception
Deprecated.- Throws:
Exception
-
-