org.deegree_impl.clients.context
Class ModuleConfiguration_Impl

java.lang.Object
  extended byorg.deegree_impl.clients.context.ModuleConfiguration_Impl
All Implemented Interfaces:
Marshallable, ModuleConfiguration

public class ModuleConfiguration_Impl
extends java.lang.Object
implements ModuleConfiguration, Marshallable

provides the connection point where to access the configuration of a module

Version:
$Revision: 1.2 $
Author:
Andreas Poth

Field Summary
private  java.net.URL onlineResource
           
 
Constructor Summary
ModuleConfiguration_Impl(java.net.URL onlineResource)
          Creates a new ModuleConfiguration_Impl object.
 
Method Summary
 java.lang.String exportAsXML()
          Produces an XML-representation of this object.
 java.net.URL getOnlineResource()
          returns the online resource where to access the configuration document for a module
 void setOnlineResource(java.net.URL onlineResource)
          sets the online resource where to access the configuration document for a module
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

onlineResource

private java.net.URL onlineResource
Constructor Detail

ModuleConfiguration_Impl

public ModuleConfiguration_Impl(java.net.URL onlineResource)
Creates a new ModuleConfiguration_Impl object.

Parameters:
onlineResource -
Method Detail

getOnlineResource

public java.net.URL getOnlineResource()
returns the online resource where to access the configuration document for a module

Specified by:
getOnlineResource in interface ModuleConfiguration
Returns:

setOnlineResource

public void setOnlineResource(java.net.URL onlineResource)
sets the online resource where to access the configuration document for a module

Specified by:
setOnlineResource in interface ModuleConfiguration

exportAsXML

public java.lang.String exportAsXML()
Description copied from interface: Marshallable
Produces an XML-representation of this object.

Specified by:
exportAsXML in interface Marshallable
Returns:
XML-representation of this object