public abstract class FileServiceCallbackHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
clientData |
Constructor and Description |
---|
FileServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
FileServiceCallbackHandler(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 |
receiveError_getcheckfileexists(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from _getcheckfileexists operation
|
void |
receiveError_getgetfilenames(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from _getgetfilenames operation
|
void |
receiveError_getgetfilerecords(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from _getgetfilerecords operation
|
void |
receiveError_getgetfilesize(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from _getgetfilesize operation
|
void |
receiveError_getgetfiletype(Exception e)
auto generated Axis2 Error handler
override this method for handling error response from _getgetfiletype operation
|
void |
receiveResult_getcheckfileexists(File9[] result)
auto generated Axis2 call back method for _getcheckfileexists method
override this method for handling normal response from _getcheckfileexists operation
|
void |
receiveResult_getgetfilenames(File6[] result)
auto generated Axis2 call back method for _getgetfilenames method
override this method for handling normal response from _getgetfilenames operation
|
void |
receiveResult_getgetfilerecords(File3[] result)
auto generated Axis2 call back method for _getgetfilerecords method
override this method for handling normal response from _getgetfilerecords operation
|
void |
receiveResult_getgetfilesize(File[] result)
auto generated Axis2 call back method for _getgetfilesize method
override this method for handling normal response from _getgetfilesize operation
|
void |
receiveResult_getgetfiletype(FileE[] result)
auto generated Axis2 call back method for _getgetfiletype method
override this method for handling normal response from _getgetfiletype operation
|
protected Object clientData
public FileServiceCallbackHandler(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 FileServiceCallbackHandler()
public Object getClientData()
public void receiveResult_getcheckfileexists(File9[] result)
public void receiveError_getcheckfileexists(Exception e)
public void receiveResult_getgetfilerecords(File3[] result)
public void receiveError_getgetfilerecords(Exception e)
public void receiveResult_getgetfiletype(FileE[] result)
public void receiveError_getgetfiletype(Exception e)
public void receiveResult_getgetfilenames(File6[] result)
public void receiveError_getgetfilenames(Exception e)
public void receiveResult_getgetfilesize(File[] result)
public void receiveError_getgetfilesize(Exception e)
Copyright © 2015 WSO2 Inc. All rights reserved.