public interface AxisServiceTrackerListener
AxisServiceTracker.| Modifier and Type | Method and Description |
|---|---|
void |
serviceAdded(org.apache.axis2.description.AxisService service)
Inform the listener that a service has been added to tracker list.
|
void |
serviceRemoved(org.apache.axis2.description.AxisService service)
Inform the listener that a service has been removed from the tracker list.
|
void serviceAdded(org.apache.axis2.description.AxisService service)
service - the service that has been added to the tracker listvoid serviceRemoved(org.apache.axis2.description.AxisService service)
service - the service that has been removed from the tracker listCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.