public abstract class InboundAdminCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
InboundAdminCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
InboundAdminCallbackHandler(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 |
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 |
receiveErrorgetAllInboundEndpointNames(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllInboundEndpointNames operation
|
void |
receiveErrorgetInboundEndpointbyName(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getInboundEndpointbyName 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 |
receiveResultgetAllInboundEndpointNames(InboundEndpointDTO[] result)
auto generated Axis2 call back method for getAllInboundEndpointNames method
override this method for handling normal response from getAllInboundEndpointNames operation
|
void |
receiveResultgetInboundEndpointbyName(InboundEndpointDTO result)
auto generated Axis2 call back method for getInboundEndpointbyName method
override this method for handling normal response from getInboundEndpointbyName operation
|
protected Object clientData
public InboundAdminCallbackHandler(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 InboundAdminCallbackHandler()
public Object getClientData()
public void receiveResultenableStatistics(String result)
public void receiveErrorenableStatistics(Exception e)
public void receiveResultdisableStatistics(String result)
public void receiveErrordisableStatistics(Exception e)
public void receiveResultenableTracing(String result)
public void receiveErrorenableTracing(Exception e)
public void receiveResultgetInboundEndpointbyName(InboundEndpointDTO result)
public void receiveErrorgetInboundEndpointbyName(Exception e)
public void receiveResultdisableTracing(String result)
public void receiveErrordisableTracing(Exception e)
public void receiveResultgetAllInboundEndpointNames(InboundEndpointDTO[] result)
public void receiveErrorgetAllInboundEndpointNames(Exception e)
Copyright © 2018 WSO2. All rights reserved.