Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.client.jaxrs.util
Class JsonOperationMarshaller

java.lang.Object
  extended by org.nuxeo.ecm.automation.client.jaxrs.util.JsonOperationMarshaller

public class JsonOperationMarshaller
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
JsonOperationMarshaller()
           
 
Method Summary
static OperationDocumentation read(org.codehaus.jackson.JsonParser jp)
           
static String[] readStringArray(org.codehaus.jackson.JsonParser jp)
           
static void write(org.codehaus.jackson.JsonParser jp, OperationDocumentation op)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonOperationMarshaller

public JsonOperationMarshaller()
Method Detail

read

public static OperationDocumentation read(org.codehaus.jackson.JsonParser jp)
                                   throws Exception
Throws:
Exception

readStringArray

public static String[] readStringArray(org.codehaus.jackson.JsonParser jp)
                                throws Exception
Throws:
Exception

write

public static void write(org.codehaus.jackson.JsonParser jp,
                         OperationDocumentation op)
                  throws Exception
Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.