org.wso2.carbon.proxyadmin.observer
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
|
Method Summary |
void |
parameterChanged(String name,
Object value)
When an Axis2 Service parameter update happens this method will get notified |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVICE_RESPONSE_TIME
public static final String SERVICE_RESPONSE_TIME
- See Also:
- Constant Field Values
AXIS_SERVICE
public static final String AXIS_SERVICE
- See Also:
- Constant Field Values
ProxyServiceParameterObserver
public ProxyServiceParameterObserver(org.apache.axis2.description.AxisService service)
parameterChanged
public void parameterChanged(String name,
Object value)
- When an Axis2 Service parameter update happens this method will get notified
- Specified by:
parameterChanged in interface org.apache.axis2.description.ParameterObserver
- Parameters:
name - parameter namevalue - parameter value
Copyright © 2015 WSO2. All rights reserved.