| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.turbine.services.xmlrpc.util.FileTransfer
Test class for FileHandler.
| Constructor Summary | |
| FileTransfer()Deprecated. | |
| Method Summary | |
| static void | get(java.lang.String serverURL,
    java.lang.String sourceLocationProperty,
    java.lang.String sourceFileName,
    java.lang.String destinationLocationProperty,
    java.lang.String destinationFileName)Deprecated. Method to allow a client to get a file to a server. | 
| static void | get(java.lang.String serverURL,
    java.lang.String username,
    java.lang.String password,
    java.lang.String sourceLocationProperty,
    java.lang.String sourceFileName,
    java.lang.String destinationLocationProperty,
    java.lang.String destinationFileName)Deprecated. Method to allow a client to get a file from a server that requires a user name and password. | 
| static void | remove(java.lang.String serverURL,
       java.lang.String sourceLocationProperty,
       java.lang.String sourceFileName)Deprecated. Method to allow a client to remove a file from the server | 
| static void | remove(java.lang.String serverURL,
       java.lang.String username,
       java.lang.String password,
       java.lang.String sourceLocationProperty,
       java.lang.String sourceFileName)Deprecated. Method to allow a client to remove a file from a server that requires a user name and password. | 
| static void | send(java.lang.String serverURL,
     java.lang.String sourceLocationProperty,
     java.lang.String sourceFileName,
     java.lang.String destinationLocationProperty,
     java.lang.String destinationFileName)Deprecated. Method to allow a client to send a file to a server. | 
| static void | send(java.lang.String serverURL,
     java.lang.String username,
     java.lang.String password,
     java.lang.String sourceLocationProperty,
     java.lang.String sourceFileName,
     java.lang.String destinationLocationProperty,
     java.lang.String destinationFileName)Deprecated. Method to allow a client to send a file to a server that requires a user name and password. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public FileTransfer()
| Method Detail | 
public static void send(java.lang.String serverURL,
                        java.lang.String sourceLocationProperty,
                        java.lang.String sourceFileName,
                        java.lang.String destinationLocationProperty,
                        java.lang.String destinationFileName)
                 throws TurbineException
serverURL - sourceLocationProperty - sourceFileName - destinationLocationProperty - destinationFileName - 
TurbineException
public static void send(java.lang.String serverURL,
                        java.lang.String username,
                        java.lang.String password,
                        java.lang.String sourceLocationProperty,
                        java.lang.String sourceFileName,
                        java.lang.String destinationLocationProperty,
                        java.lang.String destinationFileName)
                 throws TurbineException
serverURL - username - password - sourceLocationProperty - sourceFileName - destinationLocationProperty - destinationFileName - 
TurbineException
public static void get(java.lang.String serverURL,
                       java.lang.String sourceLocationProperty,
                       java.lang.String sourceFileName,
                       java.lang.String destinationLocationProperty,
                       java.lang.String destinationFileName)
                throws TurbineException
serverURL - sourceLocationProperty - sourceFileName - destinationLocationProperty - destinationFileName - 
TurbineException
public static void get(java.lang.String serverURL,
                       java.lang.String username,
                       java.lang.String password,
                       java.lang.String sourceLocationProperty,
                       java.lang.String sourceFileName,
                       java.lang.String destinationLocationProperty,
                       java.lang.String destinationFileName)
                throws TurbineException
serverURL - username - password - sourceLocationProperty - sourceFileName - destinationLocationProperty - destinationFileName - 
TurbineException
public static void remove(java.lang.String serverURL,
                          java.lang.String sourceLocationProperty,
                          java.lang.String sourceFileName)
                   throws TurbineException
serverURL - sourceLocationProperty - sourceFileName - 
TurbineException
public static void remove(java.lang.String serverURL,
                          java.lang.String username,
                          java.lang.String password,
                          java.lang.String sourceLocationProperty,
                          java.lang.String sourceFileName)
                   throws TurbineException
serverURL - username - password - sourceLocationProperty - sourceFileName - 
TurbineException| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||