public abstract class UrlMapperAdminServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
UrlMapperAdminServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
UrlMapperAdminServiceCallbackHandler(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 |
receiveErroreditHost(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from editHost operation
|
void |
receiveErrorgetAllMappings(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAllMappings operation
|
void |
receiveErrorgetDomainNamePrefix(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getDomainNamePrefix operation
|
void |
receiveErrorgetHostForEpr(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getHostForEpr operation
|
void |
receiveErrorgetHostForWebApp(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getHostForWebApp operation
|
void |
receiveErrorgetHttpPort(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getHttpPort operation
|
void |
receiveErrorgetPaginatedMappings(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getPaginatedMappings operation
|
void |
receiveErrorisMappingExist(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from isMappingExist operation
|
void |
receiveErrorisMappingLimitExceeded(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from isMappingLimitExceeded operation
|
void |
receiveResulteditHost(boolean result)
auto generated Axis2 call back method for editHost method
override this method for handling normal response from editHost operation
|
void |
receiveResultgetAllMappings(MappingData[] result)
auto generated Axis2 call back method for getAllMappings method
override this method for handling normal response from getAllMappings operation
|
void |
receiveResultgetDomainNamePrefix(String result)
auto generated Axis2 call back method for getDomainNamePrefix method
override this method for handling normal response from getDomainNamePrefix operation
|
void |
receiveResultgetHostForEpr(String[] result)
auto generated Axis2 call back method for getHostForEpr method
override this method for handling normal response from getHostForEpr operation
|
void |
receiveResultgetHostForWebApp(String[] result)
auto generated Axis2 call back method for getHostForWebApp method
override this method for handling normal response from getHostForWebApp operation
|
void |
receiveResultgetHttpPort(String result)
auto generated Axis2 call back method for getHttpPort method
override this method for handling normal response from getHttpPort operation
|
void |
receiveResultgetPaginatedMappings(PaginatedMappingData result)
auto generated Axis2 call back method for getPaginatedMappings method
override this method for handling normal response from getPaginatedMappings operation
|
void |
receiveResultisMappingExist(boolean result)
auto generated Axis2 call back method for isMappingExist method
override this method for handling normal response from isMappingExist operation
|
void |
receiveResultisMappingLimitExceeded(boolean result)
auto generated Axis2 call back method for isMappingLimitExceeded method
override this method for handling normal response from isMappingLimitExceeded operation
|
protected Object clientData
public UrlMapperAdminServiceCallbackHandler(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 UrlMapperAdminServiceCallbackHandler()
public Object getClientData()
public void receiveResultisMappingExist(boolean result)
public void receiveErrorisMappingExist(Exception e)
public void receiveResultgetAllMappings(MappingData[] result)
public void receiveErrorgetAllMappings(Exception e)
public void receiveResultgetHttpPort(String result)
public void receiveErrorgetHttpPort(Exception e)
public void receiveResultisMappingLimitExceeded(boolean result)
public void receiveErrorisMappingLimitExceeded(Exception e)
public void receiveResultgetDomainNamePrefix(String result)
public void receiveErrorgetDomainNamePrefix(Exception e)
public void receiveResultgetPaginatedMappings(PaginatedMappingData result)
public void receiveErrorgetPaginatedMappings(Exception e)
public void receiveResulteditHost(boolean result)
public void receiveErroreditHost(Exception e)
public void receiveResultgetHostForWebApp(String[] result)
public void receiveErrorgetHostForWebApp(Exception e)
public void receiveResultgetHostForEpr(String[] result)
public void receiveErrorgetHostForEpr(Exception e)
Copyright © 2017 WSO2. All rights reserved.