org.deegree_impl.services.wms.capabilities
Class LegendGraphicService_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wms.capabilities.ServiceClass_Impl
      extended byorg.deegree_impl.services.wms.capabilities.LegendGraphicService_Impl
All Implemented Interfaces:
LegendGraphicService, ServiceClass

class LegendGraphicService_Impl
extends ServiceClass_Impl
implements LegendGraphicService

----------------------------------------------------------------------

Version:
2002-03-01
Author:
Andreas Poth

Constructor Summary
(package private) LegendGraphicService_Impl(java.lang.String className, java.net.URL configurationFile)
          Creates a new LegendGraphicService_Impl object.
 
Method Summary
 java.lang.String getClassName()
          returns the name of the class that acts as service for a layer
 java.net.URL getConfigurationFile()
          returns the name of the configuration file for the service class.
 void setClassName(java.lang.String className)
          sets the name of the class that acts as filter service for a layer
 void setConfigurationFile(java.net.URL configurationFile)
          sets the name of the configuration file for the service class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.deegree.services.wms.capabilities.ServiceClass
getClassName, getConfigurationFile
 

Constructor Detail

LegendGraphicService_Impl

LegendGraphicService_Impl(java.lang.String className,
                          java.net.URL configurationFile)
Creates a new LegendGraphicService_Impl object.

Parameters:
className -
configurationFile -
Method Detail

getClassName

public java.lang.String getClassName()
returns the name of the class that acts as service for a layer

Specified by:
getClassName in interface ServiceClass

setClassName

public void setClassName(java.lang.String className)
sets the name of the class that acts as filter service for a layer


getConfigurationFile

public java.net.URL getConfigurationFile()
returns the name of the configuration file for the service class. the definition of a configuration file is optional

Specified by:
getConfigurationFile in interface ServiceClass

setConfigurationFile

public void setConfigurationFile(java.net.URL configurationFile)
sets the name of the configuration file for the service class. the definition of a configuration file is optional