@Deprecated public class OperationPersistenceManager extends AbstractPersistenceManager
axisConfig, configRegistry, fpm, omFactory, pf, WRITE_LOCK
Constructor and Description |
---|
OperationPersistenceManager(org.apache.axis2.engine.AxisConfiguration axisConfig)
Deprecated.
Constructor gets the axis config and calls the super constructor.
|
OperationPersistenceManager(org.apache.axis2.engine.AxisConfiguration axisConfig,
PersistenceFactory pf)
Deprecated.
Constructor gets the axis config and calls the super constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
disengageModuleForOperation(org.apache.axis2.description.AxisModule module,
org.apache.axis2.description.AxisOperation operation)
Deprecated.
Handle the dis-engagement of the module to operation at the registry level
|
void |
engageModuleForOperation(org.apache.axis2.description.AxisModule module,
org.apache.axis2.description.AxisOperation operation)
Deprecated.
Handle the engagement of the module to operation at the registry level
|
void |
removeOperationParameter(org.apache.axis2.description.AxisOperation operation,
org.apache.axis2.description.Parameter parameter)
Deprecated.
Remove the specified parameter from the given operation
|
void |
updateOperationParameter(org.apache.axis2.description.AxisOperation operation,
org.apache.axis2.description.Parameter parameter)
Deprecated.
Persist the given operation parameter.
|
convertStreamToString, getCurrentFPM, getExistingAxisModule, getModuleFilePM, getProperty, getPropertyValues, getServiceGroupFilePM, handleException, handleException, handleExceptionWithRollback, handleModuleForAxisDescription, isGloballyEngaged, loadDocumentation, loadParameters, loadPolicies, persistPolicyToRegistry, removeParameter, removeResource, updateParameter, writeAxisDescription, writeParameters
public OperationPersistenceManager(org.apache.axis2.engine.AxisConfiguration axisConfig, PersistenceFactory pf) throws org.apache.axis2.AxisFault
axisConfig
- - AxisConfigurationpf
- org.apache.axis2.AxisFault
- - if the config registry is not foundpublic OperationPersistenceManager(org.apache.axis2.engine.AxisConfiguration axisConfig) throws org.apache.axis2.AxisFault
axisConfig
- - AxisConfigurationorg.apache.axis2.AxisFault
- - if the config registry is not foundpublic void engageModuleForOperation(org.apache.axis2.description.AxisModule module, org.apache.axis2.description.AxisOperation operation) throws Exception
module
- - AxisModule instanceoperation
- - AxisOperation instanceException
- - on errorpublic void disengageModuleForOperation(org.apache.axis2.description.AxisModule module, org.apache.axis2.description.AxisOperation operation) throws Exception
module
- - AxisModule instanceoperation
- - AxisOperation instanceException
- - on errorpublic void removeOperationParameter(org.apache.axis2.description.AxisOperation operation, org.apache.axis2.description.Parameter parameter) throws Exception
operation
- - AxisOperation instanceparameter
- - parameter to removeException
- - on errorpublic void updateOperationParameter(org.apache.axis2.description.AxisOperation operation, org.apache.axis2.description.Parameter parameter) throws Exception
operation
- - AxisOperation instanceparameter
- - parameter to persistException
- - on registry call errorsCopyright © 2016 WSO2 Inc. All rights reserved.