|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.description.ModuleConfiguration
This is to store deployment time data , described by
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 |
public ModuleConfiguration(javax.xml.namespace.QName moduleName, ParameterInclude parent)
Method Detail |
public javax.xml.namespace.QName getModuleName()
public void addParameter(Parameter param) throws AxisFault
ParameterInclude
addParameter
in interface ParameterInclude
param
-
AxisFault
public Parameter getParameter(java.lang.String name)
ParameterInclude
getParameter
in interface ParameterInclude
name
-
public java.util.ArrayList getParameters()
ParameterInclude
getParameters
in interface ParameterInclude
public boolean isParamterLocked(java.lang.String paramterName)
isParamterLocked
in interface ParameterInclude
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |