public class Sxc extends Object
| Constructor and Description |
|---|
Sxc() |
| Modifier and Type | Method and Description |
|---|---|
static void |
marshal(org.metatype.sxc.jaxb.JAXBObject objectType,
Object object,
Result result) |
static void |
marshall(org.metatype.sxc.jaxb.JAXBObject objectType,
Object object,
OutputStream outputStream) |
static XMLStreamReader |
prepareReader(InputStream inputStream) |
static <T> T |
unmarhsal(org.metatype.sxc.jaxb.JAXBObject<T> jaxbType,
XMLStreamReader xmlStreamReader) |
static <T> T |
unmarshalJavaee(org.metatype.sxc.jaxb.JAXBObject<T> jaxbType,
InputStream inputStream) |
static <T> T |
unmarshalJavaee(URL resource,
org.metatype.sxc.jaxb.JAXBObject<T> jaxbType) |
static <T> T |
unmarshall(org.metatype.sxc.jaxb.JAXBObject<T> jaxbType,
org.metatype.sxc.util.XoXMLStreamReader reader) |
public static void marshall(org.metatype.sxc.jaxb.JAXBObject objectType,
Object object,
OutputStream outputStream)
throws JAXBException
JAXBExceptionpublic static void marshal(org.metatype.sxc.jaxb.JAXBObject objectType,
Object object,
Result result)
throws JAXBException
JAXBExceptionpublic static <T> T unmarshalJavaee(URL resource, org.metatype.sxc.jaxb.JAXBObject<T> jaxbType) throws Exception
Exceptionpublic static <T> T unmarshalJavaee(org.metatype.sxc.jaxb.JAXBObject<T> jaxbType,
InputStream inputStream)
throws Exception
Exceptionpublic static XMLStreamReader prepareReader(InputStream inputStream) throws XMLStreamException
XMLStreamExceptionpublic static <T> T unmarhsal(org.metatype.sxc.jaxb.JAXBObject<T> jaxbType,
XMLStreamReader xmlStreamReader)
throws Exception
ExceptionCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.