|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.axis2.description.AxisServiceGroup
| Field Summary | |
protected ParameterInclude |
paramInclude
|
| Constructor Summary | |
AxisServiceGroup()
|
|
AxisServiceGroup(AxisConfiguration axisDescription)
|
|
| Method Summary | |
void |
addModuleConfig(ModuleConfiguration moduleConfiguration)
Adding module configuration , if there is moduleConfig tag in service |
void |
addModuleref(javax.xml.namespace.QName moduleref)
|
void |
addParameter(Parameter param)
Method addParameter |
void |
addService(AxisService service)
|
void |
addToengagedModules(javax.xml.namespace.QName moduleName)
|
void |
deserializeParameters(OMElement parameterElement)
|
void |
engageModuleToGroup(javax.xml.namespace.QName moduleName)
|
AxisConfiguration |
getAxisDescription()
|
java.util.ArrayList |
getEngagedModules()
|
ModuleConfiguration |
getModuleConfig(javax.xml.namespace.QName moduleName)
|
java.util.ArrayList |
getModuleRefs()
|
Parameter |
getParameter(java.lang.String name)
Method getParameter |
java.util.ArrayList |
getParameters()
To get all the parameters in a given description |
AxisConfiguration |
getParent()
|
AxisService |
getService(javax.xml.namespace.QName name)
|
java.lang.ClassLoader |
getServiceGroupClassLoader()
|
ServiceGroupContext |
getServiceGroupContext(ConfigurationContext parent)
|
java.lang.String |
getServiceGroupName()
|
java.util.Iterator |
getServices()
|
boolean |
isParameterLocked(java.lang.String paramterName)
to check whether the parameter is locked at any level |
void |
removeService(javax.xml.namespace.QName name)
|
void |
setAxisDescription(AxisConfiguration axisDescription)
|
void |
setParent(AxisConfiguration parent)
|
void |
setServiceGroupClassLoader(java.lang.ClassLoader serviceGroupClassLoader)
|
void |
setServiceGroupName(java.lang.String serviceGroupName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected ParameterInclude paramInclude
| Constructor Detail |
public AxisServiceGroup()
public AxisServiceGroup(AxisConfiguration axisDescription)
| Method Detail |
public void addParameter(Parameter param)
throws AxisFault
ParameterInclude
addParameter in interface ParameterIncludeparam -
AxisFaultpublic Parameter getParameter(java.lang.String name)
ParameterInclude
getParameter in interface ParameterIncludename -
public java.util.ArrayList getParameters()
ParameterInclude
getParameters in interface ParameterIncludepublic boolean isParameterLocked(java.lang.String paramterName)
ParameterInclude
isParameterLocked in interface ParameterInclude
public void deserializeParameters(OMElement parameterElement)
throws AxisFault
deserializeParameters in interface ParameterIncludeAxisFaultpublic java.lang.String getServiceGroupName()
public void setServiceGroupName(java.lang.String serviceGroupName)
public AxisConfiguration getParent()
public void setParent(AxisConfiguration parent)
public void addModuleConfig(ModuleConfiguration moduleConfiguration)
moduleConfiguration - public ModuleConfiguration getModuleConfig(javax.xml.namespace.QName moduleName)
public void addToengagedModules(javax.xml.namespace.QName moduleName)
public void engageModuleToGroup(javax.xml.namespace.QName moduleName)
public java.util.ArrayList getEngagedModules()
public java.util.Iterator getServices()
public void addService(AxisService service)
throws AxisFault
AxisFaultpublic AxisConfiguration getAxisDescription()
public void setAxisDescription(AxisConfiguration axisDescription)
public AxisService getService(javax.xml.namespace.QName name)
throws AxisFault
AxisFaultpublic void addModuleref(javax.xml.namespace.QName moduleref)
public java.util.ArrayList getModuleRefs()
public void removeService(javax.xml.namespace.QName name)
throws AxisFault
AxisFaultpublic ServiceGroupContext getServiceGroupContext(ConfigurationContext parent)
public java.lang.ClassLoader getServiceGroupClassLoader()
public void setServiceGroupClassLoader(java.lang.ClassLoader serviceGroupClassLoader)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||