org.apache.axis2.description
Class ModuleConfiguration

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

public class ModuleConfiguration
extends java.lang.Object
implements ParameterInclude

This is to store deployment time data , described by .... for the initilal stage this just keep set of paramters , but when the time bean will be store more


Constructor Summary
ModuleConfiguration(javax.xml.namespace.QName moduleName, ParameterInclude parent)
           
 
Method Summary
 void addParameter(Parameter param)
          Method addParameter
 javax.xml.namespace.QName getModuleName()
           
 Parameter getParameter(java.lang.String name)
          Method getParameter
 java.util.ArrayList getParameters()
          To get all the parameters in a given description
 boolean isParamterLocked(java.lang.String paramterName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleConfiguration

public ModuleConfiguration(javax.xml.namespace.QName moduleName,
                           ParameterInclude parent)
Method Detail

getModuleName

public javax.xml.namespace.QName getModuleName()

addParameter

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

Specified by:
addParameter in interface ParameterInclude
Parameters:
param -
Throws:
AxisFault

getParameter

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

Specified by:
getParameter in interface ParameterInclude
Parameters:
name -
Returns:

getParameters

public java.util.ArrayList getParameters()
Description copied from interface: ParameterInclude
To get all the parameters in a given description

Specified by:
getParameters in interface ParameterInclude
Returns:

isParamterLocked

public boolean isParamterLocked(java.lang.String paramterName)
Specified by:
isParamterLocked in interface ParameterInclude