|
eXo JCR :: Applications :: Backup Console 1.16.6-GA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ClientTransport
Created by The eXo Platform SAS.
Date:
| Method Summary | |
|---|---|
BackupAgentResponse |
executeGET(String sURL)
Execute assigned sURL using current transport and return result as byte array. |
BackupAgentResponse |
executePOST(String sURL,
String postData)
Execute assigned sURL using current transport and return result as byte array. |
| Method Detail |
|---|
BackupAgentResponse executePOST(String sURL,
String postData)
throws IOException,
BackupExecuteException
sURL - String form of URL to execute.postData - data for post request.
IOException - any transport exception.
BackupExecuteException - other internal exception.
BackupAgentResponse executeGET(String sURL)
throws IOException,
BackupExecuteException
sURL - String form of URL to execute, GET method.
IOException - any transport exception.
BackupExecuteException - other internal exception.
|
eXo JCR :: Applications :: Backup Console 1.16.6-GA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||