org.jbpm.services.task.impl.model.xml
public class JaxbContentMarshallerHelper extends Object
Constructor and Description |
---|
JaxbContentMarshallerHelper() |
Modifier and Type | Method and Description |
---|---|
static ContentDataImpl |
marshal(Object o,
org.kie.api.runtime.Environment env) |
static FaultDataImpl |
marshalFault(Map<String,Object> fault,
org.kie.api.runtime.Environment env) |
static Object |
unmarshall(byte[] content,
org.kie.api.runtime.Environment env) |
static Object |
unmarshall(byte[] content,
org.kie.api.runtime.Environment env,
ClassLoader classloader) |
public static ContentDataImpl marshal(Object o, org.kie.api.runtime.Environment env)
public static FaultDataImpl marshalFault(Map<String,Object> fault, org.kie.api.runtime.Environment env)
public static Object unmarshall(byte[] content, org.kie.api.runtime.Environment env)
public static Object unmarshall(byte[] content, org.kie.api.runtime.Environment env, ClassLoader classloader)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.