Package org.apache.axis2.description
Class ModuleConfiguration
- java.lang.Object
- 
- 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.... 
- 
- 
Constructor SummaryConstructors Constructor Description ModuleConfiguration(String moduleName, ParameterInclude parent)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddParameter(Parameter param)Method addParameter.voiddeserializeParameters(OMElement parameterElement)StringgetModuleName()ParametergetParameter(String name)Method getParameter.ArrayList<Parameter>getParameters()Gets all the parameters in a given description.booleanisParameterLocked(String parameterName)Checks whether the parameter is locked at any level.voidremoveParameter(Parameter param)
 
- 
- 
- 
Constructor Detail- 
ModuleConfigurationpublic ModuleConfiguration(String moduleName, ParameterInclude parent) 
 
- 
 - 
Method Detail- 
addParameterpublic void addParameter(Parameter param) throws AxisFault Description copied from interface:ParameterIncludeMethod addParameter.- Specified by:
- addParameterin interface- ParameterInclude
- Throws:
- AxisFault
 
 - 
removeParameterpublic void removeParameter(Parameter param) throws AxisFault - Specified by:
- removeParameterin interface- ParameterInclude
- Throws:
- AxisFault
 
 - 
deserializeParameterspublic void deserializeParameters(OMElement parameterElement) throws AxisFault - Specified by:
- deserializeParametersin interface- ParameterInclude
- Throws:
- AxisFault
 
 - 
getModuleNamepublic String getModuleName() 
 - 
getParameterpublic Parameter getParameter(String name) Description copied from interface:ParameterIncludeMethod getParameter.- Specified by:
- getParameterin interface- ParameterInclude
- Returns:
- Returns Parameter.
 
 - 
getParameterspublic ArrayList<Parameter> getParameters() Description copied from interface:ParameterIncludeGets all the parameters in a given description.- Specified by:
- getParametersin interface- ParameterInclude
- Returns:
- Returns ArrayList.
 
 - 
isParameterLockedpublic boolean isParameterLocked(String parameterName) Description copied from interface:ParameterIncludeChecks whether the parameter is locked at any level.- Specified by:
- isParameterLockedin interface- ParameterInclude
 
 
- 
 
-