Package org.wso2.carbon.proxyadmin.stub
Class ProxyServiceAdminCallbackHandler
- java.lang.Object
-
- org.wso2.carbon.proxyadmin.stub.ProxyServiceAdminCallbackHandler
-
public abstract class ProxyServiceAdminCallbackHandler extends Object
ProxyServiceAdminCallbackHandler Callback class, Users can extend this class and implement their own receiveResult and receiveError methods.
-
-
Field Summary
Fields Modifier and Type Field Description protected ObjectclientData
-
Constructor Summary
Constructors Constructor Description ProxyServiceAdminCallbackHandler()Please use this constructor if you don't want to set any clientDataProxyServiceAdminCallbackHandler(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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetClientData()Get the client datavoidreceiveErroraddProxy(Exception e)auto generated Axis2 Error handler override this method for handling error response from addProxy operationvoidreceiveErrordeleteProxyService(Exception e)auto generated Axis2 Error handler override this method for handling error response from deleteProxyService operationvoidreceiveErrordisableStatistics(Exception e)auto generated Axis2 Error handler override this method for handling error response from disableStatistics operationvoidreceiveErrordisableTracing(Exception e)auto generated Axis2 Error handler override this method for handling error response from disableTracing operationvoidreceiveErrorenableStatistics(Exception e)auto generated Axis2 Error handler override this method for handling error response from enableStatistics operationvoidreceiveErrorenableTracing(Exception e)auto generated Axis2 Error handler override this method for handling error response from enableTracing operationvoidreceiveErrorgetAvailableEndpoints(Exception e)auto generated Axis2 Error handler override this method for handling error response from getAvailableEndpoints operationvoidreceiveErrorgetAvailableSequences(Exception e)auto generated Axis2 Error handler override this method for handling error response from getAvailableSequences operationvoidreceiveErrorgetAvailableTransports(Exception e)auto generated Axis2 Error handler override this method for handling error response from getAvailableTransports operationvoidreceiveErrorgetEndpoint(Exception e)auto generated Axis2 Error handler override this method for handling error response from getEndpoint operationvoidreceiveErrorgetMetaData(Exception e)auto generated Axis2 Error handler override this method for handling error response from getMetaData operationvoidreceiveErrorgetProxy(Exception e)auto generated Axis2 Error handler override this method for handling error response from getProxy operationvoidreceiveErrorgetSourceView(Exception e)auto generated Axis2 Error handler override this method for handling error response from getSourceView operationvoidreceiveErrormodifyProxy(Exception e)auto generated Axis2 Error handler override this method for handling error response from modifyProxy operationvoidreceiveErrorredeployProxyService(Exception e)auto generated Axis2 Error handler override this method for handling error response from redeployProxyService operationvoidreceiveErrorstartProxyService(Exception e)auto generated Axis2 Error handler override this method for handling error response from startProxyService operationvoidreceiveErrorstopProxyService(Exception e)auto generated Axis2 Error handler override this method for handling error response from stopProxyService operationvoidreceiveResultaddProxy(String result)auto generated Axis2 call back method for addProxy method override this method for handling normal response from addProxy operationvoidreceiveResultdeleteProxyService(String result)auto generated Axis2 call back method for deleteProxyService method override this method for handling normal response from deleteProxyService operationvoidreceiveResultdisableStatistics(String result)auto generated Axis2 call back method for disableStatistics method override this method for handling normal response from disableStatistics operationvoidreceiveResultdisableTracing(String result)auto generated Axis2 call back method for disableTracing method override this method for handling normal response from disableTracing operationvoidreceiveResultenableStatistics(String result)auto generated Axis2 call back method for enableStatistics method override this method for handling normal response from enableStatistics operationvoidreceiveResultenableTracing(String result)auto generated Axis2 call back method for enableTracing method override this method for handling normal response from enableTracing operationvoidreceiveResultgetAvailableEndpoints(String[] result)auto generated Axis2 call back method for getAvailableEndpoints method override this method for handling normal response from getAvailableEndpoints operationvoidreceiveResultgetAvailableSequences(String[] result)auto generated Axis2 call back method for getAvailableSequences method override this method for handling normal response from getAvailableSequences operationvoidreceiveResultgetAvailableTransports(String[] result)auto generated Axis2 call back method for getAvailableTransports method override this method for handling normal response from getAvailableTransports operationvoidreceiveResultgetEndpoint(String result)auto generated Axis2 call back method for getEndpoint method override this method for handling normal response from getEndpoint operationvoidreceiveResultgetMetaData(MetaData result)auto generated Axis2 call back method for getMetaData method override this method for handling normal response from getMetaData operationvoidreceiveResultgetProxy(ProxyData result)auto generated Axis2 call back method for getProxy method override this method for handling normal response from getProxy operationvoidreceiveResultgetSourceView(String result)auto generated Axis2 call back method for getSourceView method override this method for handling normal response from getSourceView operationvoidreceiveResultmodifyProxy(String result)auto generated Axis2 call back method for modifyProxy method override this method for handling normal response from modifyProxy operationvoidreceiveResultredeployProxyService(String result)auto generated Axis2 call back method for redeployProxyService method override this method for handling normal response from redeployProxyService operationvoidreceiveResultstartProxyService(String result)auto generated Axis2 call back method for startProxyService method override this method for handling normal response from startProxyService operationvoidreceiveResultstopProxyService(String result)auto generated Axis2 call back method for stopProxyService method override this method for handling normal response from stopProxyService operation
-
-
-
Field Detail
-
clientData
protected Object clientData
-
-
Constructor Detail
-
ProxyServiceAdminCallbackHandler
public 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.- Parameters:
clientData- Object mechanism by which the user can pass in user data that will be avilable at the time this callback is called.
-
ProxyServiceAdminCallbackHandler
public ProxyServiceAdminCallbackHandler()
Please use this constructor if you don't want to set any clientData
-
-
Method Detail
-
getClientData
public Object getClientData()
Get the client data
-
receiveResultgetSourceView
public void receiveResultgetSourceView(String result)
auto generated Axis2 call back method for getSourceView method override this method for handling normal response from getSourceView operation
-
receiveErrorgetSourceView
public void receiveErrorgetSourceView(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getSourceView operation
-
receiveResultmodifyProxy
public void receiveResultmodifyProxy(String result)
auto generated Axis2 call back method for modifyProxy method override this method for handling normal response from modifyProxy operation
-
receiveErrormodifyProxy
public void receiveErrormodifyProxy(Exception e)
auto generated Axis2 Error handler override this method for handling error response from modifyProxy operation
-
receiveResultredeployProxyService
public void receiveResultredeployProxyService(String result)
auto generated Axis2 call back method for redeployProxyService method override this method for handling normal response from redeployProxyService operation
-
receiveErrorredeployProxyService
public void receiveErrorredeployProxyService(Exception e)
auto generated Axis2 Error handler override this method for handling error response from redeployProxyService operation
-
receiveResultgetAvailableTransports
public void receiveResultgetAvailableTransports(String[] result)
auto generated Axis2 call back method for getAvailableTransports method override this method for handling normal response from getAvailableTransports operation
-
receiveErrorgetAvailableTransports
public void receiveErrorgetAvailableTransports(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getAvailableTransports operation
-
receiveResultstartProxyService
public void receiveResultstartProxyService(String result)
auto generated Axis2 call back method for startProxyService method override this method for handling normal response from startProxyService operation
-
receiveErrorstartProxyService
public void receiveErrorstartProxyService(Exception e)
auto generated Axis2 Error handler override this method for handling error response from startProxyService operation
-
receiveResultdisableTracing
public void receiveResultdisableTracing(String result)
auto generated Axis2 call back method for disableTracing method override this method for handling normal response from disableTracing operation
-
receiveErrordisableTracing
public void receiveErrordisableTracing(Exception e)
auto generated Axis2 Error handler override this method for handling error response from disableTracing operation
-
receiveResultgetMetaData
public void receiveResultgetMetaData(MetaData result)
auto generated Axis2 call back method for getMetaData method override this method for handling normal response from getMetaData operation
-
receiveErrorgetMetaData
public void receiveErrorgetMetaData(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getMetaData operation
-
receiveResultenableTracing
public void receiveResultenableTracing(String result)
auto generated Axis2 call back method for enableTracing method override this method for handling normal response from enableTracing operation
-
receiveErrorenableTracing
public void receiveErrorenableTracing(Exception e)
auto generated Axis2 Error handler override this method for handling error response from enableTracing operation
-
receiveResultgetProxy
public void receiveResultgetProxy(ProxyData result)
auto generated Axis2 call back method for getProxy method override this method for handling normal response from getProxy operation
-
receiveErrorgetProxy
public void receiveErrorgetProxy(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getProxy operation
-
receiveResultgetAvailableEndpoints
public void receiveResultgetAvailableEndpoints(String[] result)
auto generated Axis2 call back method for getAvailableEndpoints method override this method for handling normal response from getAvailableEndpoints operation
-
receiveErrorgetAvailableEndpoints
public void receiveErrorgetAvailableEndpoints(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getAvailableEndpoints operation
-
receiveResultenableStatistics
public void receiveResultenableStatistics(String result)
auto generated Axis2 call back method for enableStatistics method override this method for handling normal response from enableStatistics operation
-
receiveErrorenableStatistics
public void receiveErrorenableStatistics(Exception e)
auto generated Axis2 Error handler override this method for handling error response from enableStatistics operation
-
receiveResultdisableStatistics
public void receiveResultdisableStatistics(String result)
auto generated Axis2 call back method for disableStatistics method override this method for handling normal response from disableStatistics operation
-
receiveErrordisableStatistics
public void receiveErrordisableStatistics(Exception e)
auto generated Axis2 Error handler override this method for handling error response from disableStatistics operation
-
receiveResultgetEndpoint
public void receiveResultgetEndpoint(String result)
auto generated Axis2 call back method for getEndpoint method override this method for handling normal response from getEndpoint operation
-
receiveErrorgetEndpoint
public void receiveErrorgetEndpoint(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getEndpoint operation
-
receiveResultstopProxyService
public void receiveResultstopProxyService(String result)
auto generated Axis2 call back method for stopProxyService method override this method for handling normal response from stopProxyService operation
-
receiveErrorstopProxyService
public void receiveErrorstopProxyService(Exception e)
auto generated Axis2 Error handler override this method for handling error response from stopProxyService operation
-
receiveResultdeleteProxyService
public void receiveResultdeleteProxyService(String result)
auto generated Axis2 call back method for deleteProxyService method override this method for handling normal response from deleteProxyService operation
-
receiveErrordeleteProxyService
public void receiveErrordeleteProxyService(Exception e)
auto generated Axis2 Error handler override this method for handling error response from deleteProxyService operation
-
receiveResultaddProxy
public void receiveResultaddProxy(String result)
auto generated Axis2 call back method for addProxy method override this method for handling normal response from addProxy operation
-
receiveErroraddProxy
public void receiveErroraddProxy(Exception e)
auto generated Axis2 Error handler override this method for handling error response from addProxy operation
-
receiveResultgetAvailableSequences
public void receiveResultgetAvailableSequences(String[] result)
auto generated Axis2 call back method for getAvailableSequences method override this method for handling normal response from getAvailableSequences operation
-
receiveErrorgetAvailableSequences
public void receiveErrorgetAvailableSequences(Exception e)
auto generated Axis2 Error handler override this method for handling error response from getAvailableSequences operation
-
-