org.equanda.client
Class ImportClient

java.lang.Object
  extended by org.equanda.client.ImportClient

public final class ImportClient
extends Object

Utility class for importing data into a equanda application. This class should allow the update to work, whether authentication is required or not. When it is protected, it should work both for BASIC and FORM based authentication.

This class needs commons-httpclient (which itself needs commons-logging).

Author:
Joachim Van der Auwera

Method Summary
static String importString(String data, String address, String login, String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

importString

public static String importString(String data,
                                  String address,
                                  String login,
                                  String password)
                           throws IOException
Throws:
IOException


Copyright © 2007-2009. All Rights Reserved.