public class JaxbMarshaller extends Object implements Marshaller
| Modifier and Type | Field and Description |
|---|---|
static Class<?>[] |
KIE_SERVER_JAXB_CLASSES |
| Constructor and Description |
|---|
JaxbMarshaller(Set<Class<?>> classes,
ClassLoader classLoader) |
public static final Class<?>[] KIE_SERVER_JAXB_CLASSES
public JaxbMarshaller(Set<Class<?>> classes, ClassLoader classLoader)
public String marshall(Object input)
marshall in interface Marshallerpublic <T> T unmarshall(String input, Class<T> type)
unmarshall in interface Marshallerpublic void dispose()
dispose in interface MarshallerCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.