Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webengine.admin.management
Class Test

java.lang.Object
  extended by org.nuxeo.ecm.webengine.admin.management.Test

public class Test
extends Object

Author:
Bogdan Stefanescu

Field Summary
static String encoding
           
 
Constructor Summary
Test()
           
 
Method Summary
static void deleteData(String url)
           
static void main(String[] args)
           
static void postBinary(String url, InputStream in)
           
static void postXml(String url, String data)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

encoding

public static String encoding
Constructor Detail

Test

public Test()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

deleteData

public static void deleteData(String url)
                       throws Exception
Throws:
Exception

postXml

public static void postXml(String url,
                           String data)
                    throws Exception
Throws:
Exception

postBinary

public static void postBinary(String url,
                              InputStream in)
                       throws Exception
Throws:
Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.