public class JaxbMarshaller extends Object implements Marshaller
Modifier and Type | Field and Description |
---|---|
static Class<?>[] |
KIE_SERVER_JAXB_CLASSES |
Constructor and Description |
---|
JaxbMarshaller() |
public static final Class<?>[] KIE_SERVER_JAXB_CLASSES
public String marshall(Object input)
marshall
in interface Marshaller
public <T> T unmarshall(String input, Class<T> type)
unmarshall
in interface Marshaller
public void dispose()
dispose
in interface Marshaller
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.