public abstract class ProxyServiceAdminCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
ProxyServiceAdminCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
ProxyServiceAdminCallbackHandler(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 |
receiveErroraddProxy(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from addProxy operation
|
void |
receiveErrordeleteProxyService(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from deleteProxyService operation
|
void |
receiveErrordisableStatistics(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from disableStatistics operation
|
void |
receiveErrordisableTracing(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from disableTracing operation
|
void |
receiveErrorenableStatistics(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from enableStatistics operation
|
void |
receiveErrorenableTracing(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from enableTracing operation
|
void |
receiveErrorgetAvailableEndpoints(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAvailableEndpoints operation
|
void |
receiveErrorgetAvailableSequences(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAvailableSequences operation
|
void |
receiveErrorgetAvailableTransports(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAvailableTransports operation
|
void |
receiveErrorgetEndpoint(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getEndpoint operation
|
void |
receiveErrorgetMetaData(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getMetaData operation
|
void |
receiveErrorgetProxy(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getProxy operation
|
void |
receiveErrorgetSourceView(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getSourceView operation
|
void |
receiveErrormodifyProxy(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from modifyProxy operation
|
void |
receiveErrorredeployProxyService(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from redeployProxyService operation
|
void |
receiveErrorstartProxyService(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from startProxyService operation
|
void |
receiveErrorstopProxyService(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from stopProxyService operation
|
void |
receiveResultaddProxy(String result)
auto generated Axis2 call back method for addProxy method
override this method for handling normal response from addProxy operation
|
void |
receiveResultdeleteProxyService(String result)
auto generated Axis2 call back method for deleteProxyService method
override this method for handling normal response from deleteProxyService operation
|
void |
receiveResultdisableStatistics(String result)
auto generated Axis2 call back method for disableStatistics method
override this method for handling normal response from disableStatistics operation
|
void |
receiveResultdisableTracing(String result)
auto generated Axis2 call back method for disableTracing method
override this method for handling normal response from disableTracing operation
|
void |
receiveResultenableStatistics(String result)
auto generated Axis2 call back method for enableStatistics method
override this method for handling normal response from enableStatistics operation
|
void |
receiveResultenableTracing(String result)
auto generated Axis2 call back method for enableTracing method
override this method for handling normal response from enableTracing operation
|
void |
receiveResultgetAvailableEndpoints(String[] result)
auto generated Axis2 call back method for getAvailableEndpoints method
override this method for handling normal response from getAvailableEndpoints operation
|
void |
receiveResultgetAvailableSequences(String[] result)
auto generated Axis2 call back method for getAvailableSequences method
override this method for handling normal response from getAvailableSequences operation
|
void |
receiveResultgetAvailableTransports(String[] result)
auto generated Axis2 call back method for getAvailableTransports method
override this method for handling normal response from getAvailableTransports operation
|
void |
receiveResultgetEndpoint(String result)
auto generated Axis2 call back method for getEndpoint method
override this method for handling normal response from getEndpoint operation
|
void |
receiveResultgetMetaData(MetaData result)
auto generated Axis2 call back method for getMetaData method
override this method for handling normal response from getMetaData operation
|
void |
receiveResultgetProxy(ProxyData result)
auto generated Axis2 call back method for getProxy method
override this method for handling normal response from getProxy operation
|
void |
receiveResultgetSourceView(String result)
auto generated Axis2 call back method for getSourceView method
override this method for handling normal response from getSourceView operation
|
void |
receiveResultmodifyProxy(String result)
auto generated Axis2 call back method for modifyProxy method
override this method for handling normal response from modifyProxy operation
|
void |
receiveResultredeployProxyService(String result)
auto generated Axis2 call back method for redeployProxyService method
override this method for handling normal response from redeployProxyService operation
|
void |
receiveResultstartProxyService(String result)
auto generated Axis2 call back method for startProxyService method
override this method for handling normal response from startProxyService operation
|
void |
receiveResultstopProxyService(String result)
auto generated Axis2 call back method for stopProxyService method
override this method for handling normal response from stopProxyService operation
|
protected Object clientData
public ProxyServiceAdminCallbackHandler(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 ProxyServiceAdminCallbackHandler()
public Object getClientData()
public void receiveResultgetSourceView(String result)
public void receiveErrorgetSourceView(Exception e)
public void receiveResultmodifyProxy(String result)
public void receiveErrormodifyProxy(Exception e)
public void receiveResultredeployProxyService(String result)
public void receiveErrorredeployProxyService(Exception e)
public void receiveResultgetAvailableTransports(String[] result)
public void receiveErrorgetAvailableTransports(Exception e)
public void receiveResultstartProxyService(String result)
public void receiveErrorstartProxyService(Exception e)
public void receiveResultdisableTracing(String result)
public void receiveErrordisableTracing(Exception e)
public void receiveResultgetMetaData(MetaData result)
public void receiveErrorgetMetaData(Exception e)
public void receiveResultenableTracing(String result)
public void receiveErrorenableTracing(Exception e)
public void receiveResultgetProxy(ProxyData result)
public void receiveErrorgetProxy(Exception e)
public void receiveResultgetAvailableEndpoints(String[] result)
public void receiveErrorgetAvailableEndpoints(Exception e)
public void receiveResultenableStatistics(String result)
public void receiveErrorenableStatistics(Exception e)
public void receiveResultdisableStatistics(String result)
public void receiveErrordisableStatistics(Exception e)
public void receiveResultgetEndpoint(String result)
public void receiveErrorgetEndpoint(Exception e)
public void receiveResultstopProxyService(String result)
public void receiveErrorstopProxyService(Exception e)
public void receiveResultdeleteProxyService(String result)
public void receiveErrordeleteProxyService(Exception e)
public void receiveResultaddProxy(String result)
public void receiveErroraddProxy(Exception e)
public void receiveResultgetAvailableSequences(String[] result)
public void receiveErrorgetAvailableSequences(Exception e)
Copyright © 2019 WSO2. All rights reserved.