Package org.apache.axis2.description
Class ModuleConfiguration
java.lang.Object
org.apache.axis2.description.ModuleConfiguration
- All Implemented Interfaces:
ParameterInclude
This is to store deployment time data , described by
....
Right now this just keeps stores the set of parameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParameter(Parameter param) Method addParameter.voiddeserializeParameters(org.apache.axiom.om.OMElement parameterElement) getParameter(String name) Method getParameter.Gets all the parameters in a given description.booleanisParameterLocked(String parameterName) Checks whether the parameter is locked at any level.voidremoveParameter(Parameter param)
-
Constructor Details
-
ModuleConfiguration
-
-
Method Details
-
addParameter
Description copied from interface:ParameterIncludeMethod addParameter.- Specified by:
addParameterin interfaceParameterInclude- Throws:
AxisFault
-
removeParameter
- Specified by:
removeParameterin interfaceParameterInclude- Throws:
AxisFault
-
deserializeParameters
- Specified by:
deserializeParametersin interfaceParameterInclude- Throws:
AxisFault
-
getModuleName
-
getParameter
Description copied from interface:ParameterIncludeMethod getParameter.- Specified by:
getParameterin interfaceParameterInclude- Returns:
- Returns Parameter.
-
getParameters
Description copied from interface:ParameterIncludeGets all the parameters in a given description.- Specified by:
getParametersin interfaceParameterInclude- Returns:
- Returns ArrayList.
-
isParameterLocked
Description copied from interface:ParameterIncludeChecks whether the parameter is locked at any level.- Specified by:
isParameterLockedin interfaceParameterInclude
-