|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.description.AxisModule
public class AxisModule
This holds the information about a Module.
Handler are registered once they are available. They are available to all services if axis2.xml has a module ref="." or available to a single service if services.xml have module ref=".."
Constructor Summary | |
---|---|
AxisModule()
Constructor ModuleDescription. |
|
AxisModule(QName name)
Constructor ModuleDescription. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AxisModule()
public AxisModule(QName name)
name
- Method Detail |
---|
public void addOperation(AxisOperation axisOperation)
public void addParameter(Parameter param) throws AxisFault
ParameterInclude
addParameter
in interface ParameterInclude
param
-
AxisFault
public void removeParameter(Parameter param) throws AxisFault
removeParameter
in interface ParameterInclude
AxisFault
public void deserializeParameters(org.apache.axiom.om.OMElement parameterElement) throws AxisFault
deserializeParameters
in interface ParameterInclude
AxisFault
public Flow getFaultInFlow()
public Flow getFaultOutFlow()
public Flow getInFlow()
public Module getModule()
public ClassLoader getModuleClassLoader()
public QName getName()
public HashMap getOperations()
public Flow getOutFlow()
public Parameter getParameter(String name)
ParameterInclude
getParameter
in interface ParameterInclude
name
-
public ArrayList getParameters()
ParameterInclude
getParameters
in interface ParameterInclude
public AxisConfiguration getParent()
public boolean isParameterLocked(String parameterName)
ParameterInclude
isParameterLocked
in interface ParameterInclude
public void setFaultInFlow(Flow faultFlow)
faultFlow
- public void setFaultOutFlow(Flow faultFlow)
faultFlow
- public void setInFlow(Flow inFlow)
inFlow
- public void setModule(Module module)
module
- public void setModuleClassLoader(ClassLoader moduleClassLoader)
public void setName(QName name)
name
- public void setOutFlow(Flow outFlow)
outFlow
- public void setParent(AxisConfiguration parent)
public void setPolicyInclude(PolicyInclude policyInclude)
public PolicyInclude getPolicyInclude()
public String getModuleDescription()
public void setModuleDescription(String moduleDescription)
public String[] getSupportedPolicyNamespaces()
public void setSupportedPolicyNamespaces(String[] supportedPolicyNamespaces)
public QName[] getLocalPolicyAssertions()
public void setLocalPolicyAssertions(QName[] localPolicyAssertions)
public URL getFileName()
public void setFileName(URL fileName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |