|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.collabnet.ce.webservices.AbstractSoapApp
com.collabnet.ce.webservices.FileStorageApp
public class FileStorageApp
Class to hold the file-related methods. Wraps a CollabNetApp.
| Constructor Summary | |
|---|---|
FileStorageApp(CollabNetApp collabNetApp)
Construct a new FileStorageApp. |
|
| Method Summary | |
|---|---|
java.lang.String |
uploadFile(java.io.File file)
Upload a file to the server. |
| Methods inherited from class com.collabnet.ce.webservices.AbstractSoapApp |
|---|
checkValidSessionId, getServerUrl, getSessionId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileStorageApp(CollabNetApp collabNetApp)
collabNetApp - a valid (logged-in) collabNetApp.| Method Detail |
|---|
public java.lang.String uploadFile(java.io.File file)
throws java.rmi.RemoteException
file - to upload.
java.rmi.RemoteException - if something fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||