public interface FileService
Modifier and Type | Method and Description |
---|---|
File9[] |
_getcheckfileexists(String fileName21)
Auto generated method signature
|
void |
_getcreatenewfile(String fileName15,
String fileType16)
Auto generated method signature for Asynchronous Invocations
|
void |
_getdeletefile(String fileName29)
Auto generated method signature for Asynchronous Invocations
|
File6[] |
_getgetfilenames()
Auto generated method signature
|
File3[] |
_getgetfilerecords(String fileName25)
Auto generated method signature
|
File[] |
_getgetfilesize(String fileName38)
Auto generated method signature
|
FileE[] |
_getgetfiletype(String fileName31)
Auto generated method signature
|
void |
_postappenddatatofile(String fileName18,
javax.activation.DataHandler data19)
Auto generated method signature for Asynchronous Invocations
|
void |
start_getcheckfileexists(String fileName21,
FileServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
start_getgetfilenames(FileServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
start_getgetfilerecords(String fileName25,
FileServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
start_getgetfilesize(String fileName38,
FileServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
start_getgetfiletype(String fileName31,
FileServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void _getcreatenewfile(String fileName15, String fileType16) throws RemoteException
RemoteException
void _postappenddatatofile(String fileName18, javax.activation.DataHandler data19) throws RemoteException
RemoteException
File9[] _getcheckfileexists(String fileName21) throws RemoteException, DataServiceFault
_getcheckfileexists20
- DataServiceFault
- :RemoteException
void start_getcheckfileexists(String fileName21, FileServiceCallbackHandler callback) throws RemoteException
_getcheckfileexists20
- RemoteException
File3[] _getgetfilerecords(String fileName25) throws RemoteException, DataServiceFault
_getgetfilerecords24
- DataServiceFault
- :RemoteException
void start_getgetfilerecords(String fileName25, FileServiceCallbackHandler callback) throws RemoteException
_getgetfilerecords24
- RemoteException
void _getdeletefile(String fileName29) throws RemoteException
RemoteException
FileE[] _getgetfiletype(String fileName31) throws RemoteException, DataServiceFault
_getgetfiletype30
- DataServiceFault
- :RemoteException
void start_getgetfiletype(String fileName31, FileServiceCallbackHandler callback) throws RemoteException
_getgetfiletype30
- RemoteException
File6[] _getgetfilenames() throws RemoteException, DataServiceFault
_getgetfilenames34
- DataServiceFault
- :RemoteException
void start_getgetfilenames(FileServiceCallbackHandler callback) throws RemoteException
_getgetfilenames34
- RemoteException
File[] _getgetfilesize(String fileName38) throws RemoteException, DataServiceFault
_getgetfilesize37
- DataServiceFault
- :RemoteException
void start_getgetfilesize(String fileName38, FileServiceCallbackHandler callback) throws RemoteException
_getgetfilesize37
- RemoteException
Copyright © 2015 WSO2 Inc. All rights reserved.