Package org.wso2.carbon.proxyadmin.stub
Class ProxyServiceAdminCallbackHandler
java.lang.Object
org.wso2.carbon.proxyadmin.stub.ProxyServiceAdminCallbackHandler
ProxyServiceAdminCallbackHandler Callback class, Users can extend this class and implement
their own receiveResult and receiveError methods.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPlease 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
Modifier and TypeMethodDescriptionGet the client datavoidauto generated Axis2 Error handler override this method for handling error response from addProxy operationvoidauto generated Axis2 Error handler override this method for handling error response from deleteProxyService operationvoidauto generated Axis2 Error handler override this method for handling error response from disableStatistics operationvoidauto generated Axis2 Error handler override this method for handling error response from disableTracing operationvoidauto generated Axis2 Error handler override this method for handling error response from enableStatistics operationvoidauto generated Axis2 Error handler override this method for handling error response from enableTracing operationvoidauto generated Axis2 Error handler override this method for handling error response from getAvailableEndpoints operationvoidauto generated Axis2 Error handler override this method for handling error response from getAvailableSequences operationvoidauto generated Axis2 Error handler override this method for handling error response from getAvailableTransports operationvoidauto generated Axis2 Error handler override this method for handling error response from getEndpoint operationvoidauto generated Axis2 Error handler override this method for handling error response from getMetaData operationvoidauto generated Axis2 Error handler override this method for handling error response from getProxy operationvoidauto generated Axis2 Error handler override this method for handling error response from getSourceView operationvoidauto generated Axis2 Error handler override this method for handling error response from modifyProxy operationvoidauto generated Axis2 Error handler override this method for handling error response from redeployProxyService operationvoidauto generated Axis2 Error handler override this method for handling error response from startProxyService operationvoidauto 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 operationvoidauto 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 operationvoidauto 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 Details
-
clientData
-
-
Constructor Details
-
ProxyServiceAdminCallbackHandler
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 Details
-
getClientData
Get the client data -
receiveResultgetSourceView
auto generated Axis2 call back method for getSourceView method override this method for handling normal response from getSourceView operation -
receiveErrorgetSourceView
auto generated Axis2 Error handler override this method for handling error response from getSourceView operation -
receiveResultmodifyProxy
auto generated Axis2 call back method for modifyProxy method override this method for handling normal response from modifyProxy operation -
receiveErrormodifyProxy
auto generated Axis2 Error handler override this method for handling error response from modifyProxy operation -
receiveResultredeployProxyService
auto generated Axis2 call back method for redeployProxyService method override this method for handling normal response from redeployProxyService operation -
receiveErrorredeployProxyService
auto generated Axis2 Error handler override this method for handling error response from redeployProxyService operation -
receiveResultgetAvailableTransports
auto generated Axis2 call back method for getAvailableTransports method override this method for handling normal response from getAvailableTransports operation -
receiveErrorgetAvailableTransports
auto generated Axis2 Error handler override this method for handling error response from getAvailableTransports operation -
receiveResultstartProxyService
auto generated Axis2 call back method for startProxyService method override this method for handling normal response from startProxyService operation -
receiveErrorstartProxyService
auto generated Axis2 Error handler override this method for handling error response from startProxyService operation -
receiveResultdisableTracing
auto generated Axis2 call back method for disableTracing method override this method for handling normal response from disableTracing operation -
receiveErrordisableTracing
auto generated Axis2 Error handler override this method for handling error response from disableTracing operation -
receiveResultgetMetaData
auto generated Axis2 call back method for getMetaData method override this method for handling normal response from getMetaData operation -
receiveErrorgetMetaData
auto generated Axis2 Error handler override this method for handling error response from getMetaData operation -
receiveResultenableTracing
auto generated Axis2 call back method for enableTracing method override this method for handling normal response from enableTracing operation -
receiveErrorenableTracing
auto generated Axis2 Error handler override this method for handling error response from enableTracing operation -
receiveResultgetProxy
auto generated Axis2 call back method for getProxy method override this method for handling normal response from getProxy operation -
receiveErrorgetProxy
auto generated Axis2 Error handler override this method for handling error response from getProxy operation -
receiveResultgetAvailableEndpoints
auto generated Axis2 call back method for getAvailableEndpoints method override this method for handling normal response from getAvailableEndpoints operation -
receiveErrorgetAvailableEndpoints
auto generated Axis2 Error handler override this method for handling error response from getAvailableEndpoints operation -
receiveResultenableStatistics
auto generated Axis2 call back method for enableStatistics method override this method for handling normal response from enableStatistics operation -
receiveErrorenableStatistics
auto generated Axis2 Error handler override this method for handling error response from enableStatistics operation -
receiveResultdisableStatistics
auto generated Axis2 call back method for disableStatistics method override this method for handling normal response from disableStatistics operation -
receiveErrordisableStatistics
auto generated Axis2 Error handler override this method for handling error response from disableStatistics operation -
receiveResultgetEndpoint
auto generated Axis2 call back method for getEndpoint method override this method for handling normal response from getEndpoint operation -
receiveErrorgetEndpoint
auto generated Axis2 Error handler override this method for handling error response from getEndpoint operation -
receiveResultstopProxyService
auto generated Axis2 call back method for stopProxyService method override this method for handling normal response from stopProxyService operation -
receiveErrorstopProxyService
auto generated Axis2 Error handler override this method for handling error response from stopProxyService operation -
receiveResultdeleteProxyService
auto generated Axis2 call back method for deleteProxyService method override this method for handling normal response from deleteProxyService operation -
receiveErrordeleteProxyService
auto generated Axis2 Error handler override this method for handling error response from deleteProxyService operation -
receiveResultaddProxy
auto generated Axis2 call back method for addProxy method override this method for handling normal response from addProxy operation -
receiveErroraddProxy
auto generated Axis2 Error handler override this method for handling error response from addProxy operation -
receiveResultgetAvailableSequences
auto generated Axis2 call back method for getAvailableSequences method override this method for handling normal response from getAvailableSequences operation -
receiveErrorgetAvailableSequences
auto generated Axis2 Error handler override this method for handling error response from getAvailableSequences operation
-