org.deegree.remoteows
Interface RemoteOWSStoreProvider

All Superinterfaces:
ExtendedResourceProvider<RemoteOWSStore>, ResourceProvider
All Known Implementing Classes:
RemoteWMSStoreProvider

Deprecated.

@Deprecated
public interface RemoteOWSStoreProvider
extends ExtendedResourceProvider<RemoteOWSStore>

Version:
$Revision: 31685 $, $Date: 2011-08-30 14:21:19 +0200 (Tue, 30 Aug 2011) $
Author:
Andreas Schmitz, last edited by: $Author: aschmitz $

Method Summary
 List<String> getCapabilitiesNamespaces()
          Deprecated.  
 String getServiceType()
          Deprecated.  
 
Methods inherited from interface org.deegree.commons.config.ExtendedResourceProvider
create, getDependencies, init
 
Methods inherited from interface org.deegree.commons.config.ResourceProvider
getConfigNamespace, getConfigSchema
 

Method Detail

getCapabilitiesNamespaces

List<String> getCapabilitiesNamespaces()
Deprecated. 
Returns:
the namespaces of capabilities XML documents the provider can handle. May be null or empty.

getServiceType

String getServiceType()
Deprecated. 
Returns:
the handled service type, eg. 'WMS'. May not be null.


Copyright © 2011. All Rights Reserved.