|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.description.ModuleDescription
This holds the information about a Module.
Handler are registered once they are avlible but they avalibe to all services if axis2.xml has a module ref="." or avalible to a single service if services.xml have module ref=".."
Constructor Summary | |
ModuleDescription()
Constructor ModuleDescription |
|
ModuleDescription(javax.xml.namespace.QName name)
Constructor ModuleDescription |
Method Summary | |
void |
addOperation(OperationDescription operation)
|
void |
addParameter(Parameter param)
Method addParameter |
Flow |
getFaultInFlow()
Method getFaultInFlow |
Flow |
getFaultOutFlow()
|
Flow |
getInFlow()
Method getInFlow |
Module |
getModule()
|
javax.xml.namespace.QName |
getName()
|
java.util.HashMap |
getOperations()
|
Flow |
getOutFlow()
Method getOutFlow |
Parameter |
getParameter(java.lang.String name)
Method getParameter |
java.util.ArrayList |
getParameters()
To get all the parameters in a given description |
AxisConfiguration |
getParent()
|
boolean |
isParamterLocked(java.lang.String paramterName)
|
void |
setFaultInFlow(Flow faultFlow)
Method setFaultInFlow |
void |
setFaultOutFlow(Flow faultFlow)
Method setFaultInFlow |
void |
setInFlow(Flow inFlow)
Method setInFlow |
void |
setModule(Module module)
|
void |
setName(javax.xml.namespace.QName name)
|
void |
setOutFlow(Flow outFlow)
Method setOutFlow |
void |
setParent(AxisConfiguration parent)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ModuleDescription()
public ModuleDescription(javax.xml.namespace.QName name)
name
- Method Detail |
public Flow getFaultInFlow()
FlowInclude
getFaultInFlow
in interface FlowInclude
public Flow getFaultOutFlow()
getFaultOutFlow
in interface FlowInclude
public Flow getInFlow()
FlowInclude
getInFlow
in interface FlowInclude
public Flow getOutFlow()
FlowInclude
getOutFlow
in interface FlowInclude
public void setFaultInFlow(Flow faultFlow)
FlowInclude
setFaultInFlow
in interface FlowInclude
faultFlow
- public void setFaultOutFlow(Flow faultFlow)
FlowInclude
setFaultOutFlow
in interface FlowInclude
faultFlow
- public void setInFlow(Flow inFlow)
FlowInclude
setInFlow
in interface FlowInclude
inFlow
- public void setOutFlow(Flow outFlow)
FlowInclude
setOutFlow
in interface FlowInclude
outFlow
- 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 javax.xml.namespace.QName getName()
public void setName(javax.xml.namespace.QName name)
name
- public Module getModule()
public void setModule(Module module)
module
- public void addOperation(OperationDescription operation)
public java.util.HashMap getOperations()
public AxisConfiguration getParent()
public void setParent(AxisConfiguration parent)
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 |