public class SLMarschaller
extends java.lang.Object
Constructor and Description |
---|
SLMarschaller() |
Modifier and Type | Method and Description |
---|---|
static void |
marshal(java.lang.Object obj,
java.io.OutputStream os) |
static java.lang.String |
marshalToString(java.lang.Object obj) |
static java.lang.Object |
unmarshal(java.io.InputStream is) |
static java.lang.Object |
unmarshalFromString(java.lang.String message) |
public static void marshal(java.lang.Object obj, java.io.OutputStream os) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public static java.lang.String marshalToString(java.lang.Object obj) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public static java.lang.Object unmarshal(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public static java.lang.Object unmarshalFromString(java.lang.String message) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException