org.apache.axis2.description
Class ModuleConfiguration

java.lang.Object
  extended by org.apache.axis2.description.ModuleConfiguration
All Implemented Interfaces:
ParameterInclude

public class ModuleConfiguration
extends Object
implements ParameterInclude

This is to store deployment time data , described by ....

Right now this just keeps stores the set of parameters


Constructor Summary
ModuleConfiguration(String moduleName, ParameterInclude parent)
           
 
Method Summary
 void addParameter(Parameter param)
          Method addParameter.
 void deserializeParameters(org.apache.axiom.om.OMElement parameterElement)
           
 String getModuleName()
           
 Parameter getParameter(String name)
          Method getParameter.
 ArrayList<Parameter> getParameters()
          Gets all the parameters in a given description.
 boolean isParameterLocked(String parameterName)
          Checks whether the parameter is locked at any level.
 void removeParameter(Parameter param)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleConfiguration

public ModuleConfiguration(String moduleName,
                           ParameterInclude parent)
Method Detail

addParameter

public void addParameter(Parameter param)
                  throws AxisFault
Description copied from interface: ParameterInclude
Method addParameter.

Specified by:
addParameter in interface ParameterInclude
Throws:
AxisFault

removeParameter

public void removeParameter(Parameter param)
                     throws AxisFault
Specified by:
removeParameter in interface ParameterInclude
Throws:
AxisFault

deserializeParameters

public void deserializeParameters(org.apache.axiom.om.OMElement parameterElement)
                           throws AxisFault
Specified by:
deserializeParameters in interface ParameterInclude
Throws:
AxisFault

getModuleName

public String getModuleName()

getParameter

public Parameter getParameter(String name)
Description copied from interface: ParameterInclude
Method getParameter.

Specified by:
getParameter in interface ParameterInclude
Returns:
Returns Parameter.

getParameters

public ArrayList<Parameter> getParameters()
Description copied from interface: ParameterInclude
Gets all the parameters in a given description.

Specified by:
getParameters in interface ParameterInclude
Returns:
Returns ArrayList.

isParameterLocked

public boolean isParameterLocked(String parameterName)
Description copied from interface: ParameterInclude
Checks whether the parameter is locked at any level.

Specified by:
isParameterLocked in interface ParameterInclude


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.