org.deegree.remoteows.wms
Class RemoteWMSStoreProvider

java.lang.Object
  extended by org.deegree.remoteows.wms.RemoteWMSStoreProvider
All Implemented Interfaces:
ExtendedResourceProvider<RemoteOWSStore>, ResourceProvider, RemoteOWSStoreProvider

Deprecated.

@Deprecated
public class RemoteWMSStoreProvider
extends Object
implements RemoteOWSStoreProvider

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

Constructor Summary
RemoteWMSStoreProvider()
          Deprecated.  
 
Method Summary
 RemoteOWSStore create(URL config)
          Deprecated.  
 List<String> getCapabilitiesNamespaces()
          Deprecated.  
 String getConfigNamespace()
          Deprecated. Returns the namespace for configuration documents that this provider handles.
 URL getConfigSchema()
          Deprecated. Returns the URL for retrieving the configuration document schema.
 Class<? extends ResourceManager>[] getDependencies()
          Deprecated.  
 String getServiceType()
          Deprecated.  
 void init(DeegreeWorkspace workspace)
          Deprecated. Will be called before any call to #create.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteWMSStoreProvider

public RemoteWMSStoreProvider()
Deprecated. 
Method Detail

getCapabilitiesNamespaces

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

getConfigNamespace

public String getConfigNamespace()
Deprecated. 
Description copied from interface: ResourceProvider
Returns the namespace for configuration documents that this provider handles.

Specified by:
getConfigNamespace in interface ResourceProvider
Returns:
the namespace for configuration documents, never null

getServiceType

public String getServiceType()
Deprecated. 
Specified by:
getServiceType in interface RemoteOWSStoreProvider
Returns:
the handled service type, eg. 'WMS'. May not be null.

create

public RemoteOWSStore create(URL config)
Deprecated. 
Specified by:
create in interface ExtendedResourceProvider<RemoteOWSStore>
Returns:
a new resource created from the configuration url, never null

getConfigSchema

public URL getConfigSchema()
Deprecated. 
Description copied from interface: ResourceProvider
Returns the URL for retrieving the configuration document schema.

Specified by:
getConfigSchema in interface ResourceProvider
Returns:
the URL for retrieving the configuration document schema, may be null

getDependencies

public Class<? extends ResourceManager>[] getDependencies()
Deprecated. 
Specified by:
getDependencies in interface ExtendedResourceProvider<RemoteOWSStore>
Returns:
dependencies as resource manager classes, never null

init

public void init(DeegreeWorkspace workspace)
Deprecated. 
Description copied from interface: ExtendedResourceProvider
Will be called before any call to #create.

Specified by:
init in interface ExtendedResourceProvider<RemoteOWSStore>


Copyright © 2011. All Rights Reserved.