jBPM distribution 6.0.0.CR5

org.jbpm.services.task.utils
Class ContentMarshallerHelper

java.lang.Object
  extended by org.jbpm.services.task.utils.ContentMarshallerHelper

public class ContentMarshallerHelper
extends Object


Constructor Summary
ContentMarshallerHelper()
           
 
Method Summary
static ContentDataImpl marshal(Object o, Environment env)
           
static FaultDataImpl marshalFault(Map<String,Object> fault, Environment env)
           
static byte[] marshallContent(Object o, Environment env)
           
static Object unmarshall(byte[] content, Environment env)
           
static Object unmarshall(byte[] content, Environment env, ClassLoader classloader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentMarshallerHelper

public ContentMarshallerHelper()
Method Detail

marshal

public static ContentDataImpl marshal(Object o,
                                      Environment env)

marshalFault

public static FaultDataImpl marshalFault(Map<String,Object> fault,
                                         Environment env)

unmarshall

public static Object unmarshall(byte[] content,
                                Environment env)

unmarshall

public static Object unmarshall(byte[] content,
                                Environment env,
                                ClassLoader classloader)

marshallContent

public static byte[] marshallContent(Object o,
                                     Environment env)

jBPM distribution 6.0.0.CR5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.