public class MarshallingUtils extends Object
| Constructor and Description |
|---|
MarshallingUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
marshalWithoutXMLHeader(String cont,
Object obj,
PrefixMapper mapper) |
static void |
marshalWithoutXMLHeader(String cont,
Object obj,
PrefixMapper mapper,
OutputStream out) |
static String |
marshalWithoutXMLHeader(XOAIDescription xml) |
static void |
writeMetadata(OutputStream out,
Metadata meta) |
public static String marshalWithoutXMLHeader(String cont, Object obj, PrefixMapper mapper) throws MarshallingException
MarshallingExceptionpublic static void marshalWithoutXMLHeader(String cont, Object obj, PrefixMapper mapper, OutputStream out) throws MarshallingException
MarshallingExceptionpublic static String marshalWithoutXMLHeader(XOAIDescription xml) throws MarshallingException
MarshallingExceptionpublic static void writeMetadata(OutputStream out, Metadata meta) throws MetadataBindException
MetadataBindExceptionCopyright © 2020. All rights reserved.