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 Summary
Constructors Constructor Description ModuleConfiguration(String moduleName, ParameterInclude parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addParameter(Parameter param)
Method addParameter.void
deserializeParameters(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)
-
-
-
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 interfaceParameterInclude
- Throws:
AxisFault
-
removeParameter
public void removeParameter(Parameter param) throws AxisFault
- Specified by:
removeParameter
in interfaceParameterInclude
- Throws:
AxisFault
-
deserializeParameters
public void deserializeParameters(OMElement parameterElement) throws AxisFault
- Specified by:
deserializeParameters
in interfaceParameterInclude
- Throws:
AxisFault
-
getModuleName
public String getModuleName()
-
getParameter
public Parameter getParameter(String name)
Description copied from interface:ParameterInclude
Method getParameter.- Specified by:
getParameter
in interfaceParameterInclude
- 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 interfaceParameterInclude
- 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 interfaceParameterInclude
-
-