jBPM distribution 6.0.0.CR3

org.jbpm.services.task.impl.model.xml
Class JaxbContentMarshallerHelper

java.lang.Object
  extended by org.jbpm.services.task.impl.model.xml.JaxbContentMarshallerHelper

public class JaxbContentMarshallerHelper
extends Object


Constructor Summary
JaxbContentMarshallerHelper()
           
 
Method Summary
static ContentDataImpl marshal(Object o, Environment env)
           
static FaultDataImpl marshalFault(Map<String,Object> fault, 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

JaxbContentMarshallerHelper

public JaxbContentMarshallerHelper()
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)

jBPM distribution 6.0.0.CR3

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