org.kie.server.api.marshalling.jaxb
Class JaxbMarshaller
java.lang.Object
org.kie.server.api.marshalling.jaxb.JaxbMarshaller
- All Implemented Interfaces:
- Marshaller
public class JaxbMarshaller
- extends Object
- implements Marshaller
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KIE_SERVER_JAXB_CLASSES
public static final Class<?>[] KIE_SERVER_JAXB_CLASSES
JaxbMarshaller
public JaxbMarshaller()
marshall
public String marshall(Object input)
- Specified by:
marshall in interface Marshaller
unmarshall
public <T> T unmarshall(String input,
Class<T> type)
- Specified by:
unmarshall in interface Marshaller
dispose
public void dispose()
- Specified by:
dispose in interface Marshaller
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.