Package org.openiam.srvc.common
Interface FileWebService
-
- All Known Implementing Classes:
FileWebServiceImpl
public interface FileWebService- Author:
- zaporozhec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFile(String fName)get text file by Name or relative pathFilesaveFile(String fileName, String body)Save #body to text file named #fileName. if file exists this method overwrites old one
-