org.jbpm.task.utils
Class ContentMarshallerHelper

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

public class ContentMarshallerHelper
extends Object


Constructor Summary
ContentMarshallerHelper()
           
 
Method Summary
static ContentData marshal(Object o, ContentMarshallerContext marshallerContext, Environment env)
           
static Object unmarshall(String type, byte[] content, ContentMarshallerContext marshallerContext, Environment env)
           
 
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 ContentData marshal(Object o,
                                  ContentMarshallerContext marshallerContext,
                                  Environment env)

unmarshall

public static Object unmarshall(String type,
                                byte[] content,
                                ContentMarshallerContext marshallerContext,
                                Environment env)


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