public abstract class DiscoveryAdminCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
DiscoveryAdminCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
DiscoveryAdminCallbackHandler(Object clientData)
User can pass in any object that needs to be accessed once the NonBlocking
Web service call is finished and appropriate method of this CallBack is called.
|
Modifier and Type | Method and Description |
---|---|
Object |
getClientData()
Get the client data
|
void |
receiveErrorgetDiscoveryProxies(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDiscoveryProxies operation
|
void |
receiveErrorgetDiscoveryProxy(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDiscoveryProxy operation
|
void |
receiveErrorgetServiceDiscoveryConfig(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getServiceDiscoveryConfig operation
|
void |
receiveErrorprobeDiscoveryProxy(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from probeDiscoveryProxy operation
|
void |
receiveErrorresolveTargetService(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from resolveTargetService operation
|
void |
receiveResultgetDiscoveryProxies(DiscoveryProxyDetails[] result)
auto generated Axis2 call back method for getDiscoveryProxies method
override this method for handling normal response from getDiscoveryProxies operation
|
void |
receiveResultgetDiscoveryProxy(DiscoveryProxyDetails result)
auto generated Axis2 call back method for getDiscoveryProxy method
override this method for handling normal response from getDiscoveryProxy operation
|
void |
receiveResultgetServiceDiscoveryConfig(ServiceDiscoveryConfig result)
auto generated Axis2 call back method for getServiceDiscoveryConfig method
override this method for handling normal response from getServiceDiscoveryConfig operation
|
void |
receiveResultprobeDiscoveryProxy(TargetServiceDetails[] result)
auto generated Axis2 call back method for probeDiscoveryProxy method
override this method for handling normal response from probeDiscoveryProxy operation
|
void |
receiveResultresolveTargetService(TargetServiceDetails result)
auto generated Axis2 call back method for resolveTargetService method
override this method for handling normal response from resolveTargetService operation
|
protected Object clientData
public DiscoveryAdminCallbackHandler(Object clientData)
clientData
- Object mechanism by which the user can pass in user data
that will be avilable at the time this callback is called.public DiscoveryAdminCallbackHandler()
public Object getClientData()
public void receiveResultgetServiceDiscoveryConfig(ServiceDiscoveryConfig result)
public void receiveErrorgetServiceDiscoveryConfig(Exception e)
public void receiveResultresolveTargetService(TargetServiceDetails result)
public void receiveErrorresolveTargetService(Exception e)
public void receiveResultgetDiscoveryProxies(DiscoveryProxyDetails[] result)
public void receiveErrorgetDiscoveryProxies(Exception e)
public void receiveResultprobeDiscoveryProxy(TargetServiceDetails[] result)
public void receiveErrorprobeDiscoveryProxy(Exception e)
public void receiveResultgetDiscoveryProxy(DiscoveryProxyDetails result)
public void receiveErrorgetDiscoveryProxy(Exception e)
Copyright © 2019 WSO2. All rights reserved.