Class ProxyServiceParameterObserver
java.lang.Object
org.wso2.carbon.proxyadmin.observer.ProxyServiceParameterObserver
- All Implemented Interfaces:
org.apache.axis2.description.ParameterObserver
public class ProxyServiceParameterObserver
extends Object
implements org.apache.axis2.description.ParameterObserver
ProxyServiceParameterObserver will sync Axis service level parameter changes
with the Synapse proxy service-
Constructor Summary
ConstructorsConstructorDescriptionProxyServiceParameterObserver(org.apache.axis2.description.AxisService service) -
Method Summary
Modifier and TypeMethodDescriptionvoidparameterChanged(String name, Object value) When an Axis2 Service parameter update happens this method will get notified
-
Constructor Details
-
ProxyServiceParameterObserver
public ProxyServiceParameterObserver(org.apache.axis2.description.AxisService service)
-
-
Method Details
-
parameterChanged
When an Axis2 Service parameter update happens this method will get notified- Specified by:
parameterChangedin interfaceorg.apache.axis2.description.ParameterObserver- Parameters:
name- parameter namevalue- parameter value
-