XmlUtils
instead@Deprecated public final class XmlUtils extends Object
Modifier and Type | Method and Description |
---|---|
static Marshaller |
createMarshaller()
Deprecated.
use
XmlUtils.createMarshaller() instead |
static Marshaller |
createMarshaller(String encoding,
boolean prettyPrint)
Deprecated.
|
static Unmarshaller |
createUnmarshaller()
Deprecated.
use
XmlUtils.createUnmarshaller() instead |
static JAXBContext |
getContext()
Deprecated.
use
XmlUtils.getContext() instead |
static void |
initContext(ClassLoader classloader)
Deprecated.
use
XmlUtils.initContext(java.lang.ClassLoader) instead |
static String |
marshal(Object object)
Deprecated.
use
XmlUtils.marshal(java.lang.Object) instead |
static String |
marshal(Object object,
String encoding)
Deprecated.
|
static String |
marshal(Object object,
String encoding,
boolean prettyPrint)
Deprecated.
|
static Object |
unmarshal(String xml)
Deprecated.
use
XmlUtils.unmarshal(java.lang.String) instead |
static void |
writeXml(Attachment attachment,
Marshaller marshaller,
OutputStream output)
|
static void |
writeXml(Attachment attachment,
OutputStream output)
Deprecated.
|
static void |
writeXml(Attachment attachment,
String encoding,
boolean prettyPrint,
OutputStream output)
|
static void |
writeXml(Attachment attachment,
String encoding,
OutputStream output)
|
static void |
writeXml(PublishObject publishing,
Marshaller marshaller,
OutputStream output)
|
static void |
writeXml(PublishObject publishing,
OutputStream output)
Deprecated.
|
static void |
writeXml(PublishObject publishing,
String encoding,
boolean prettyPrint,
OutputStream output)
|
static void |
writeXml(PublishObject publishing,
String encoding,
OutputStream output)
|
static void |
writeXml(RealEstate realEstate,
Marshaller marshaller,
OutputStream output)
|
static void |
writeXml(RealEstate realEstate,
OutputStream output)
Deprecated.
|
static void |
writeXml(RealEstate realEstate,
String encoding,
boolean prettyPrint,
OutputStream output)
|
static void |
writeXml(RealEstate realEstate,
String encoding,
OutputStream output)
|
static void |
writeXml(RealtorContactDetails contact,
Marshaller marshaller,
OutputStream output)
|
static void |
writeXml(RealtorContactDetails contact,
OutputStream output)
|
static void |
writeXml(RealtorContactDetails contact,
String encoding,
boolean prettyPrint,
OutputStream output)
|
static void |
writeXml(RealtorContactDetails contact,
String encoding,
OutputStream output)
|
@Deprecated public static Marshaller createMarshaller() throws JAXBException
XmlUtils.createMarshaller()
insteadJAXBException
@Deprecated public static Marshaller createMarshaller(String encoding, boolean prettyPrint) throws JAXBException
XmlUtils.createMarshaller(java.lang.String, boolean)
insteadJAXBException
@Deprecated public static Unmarshaller createUnmarshaller() throws JAXBException
XmlUtils.createUnmarshaller()
insteadJAXBException
@Deprecated public static JAXBContext getContext() throws JAXBException
XmlUtils.getContext()
insteadJAXBException
@Deprecated public static void initContext(ClassLoader classloader) throws JAXBException
XmlUtils.initContext(java.lang.ClassLoader)
insteadJAXBException
@Deprecated public static String marshal(Object object) throws JAXBException, IOException
XmlUtils.marshal(java.lang.Object)
insteadJAXBException
IOException
@Deprecated public static String marshal(Object object, String encoding) throws JAXBException, IOException
XmlUtils.marshal(java.lang.Object, java.lang.String)
insteadJAXBException
IOException
@Deprecated public static String marshal(Object object, String encoding, boolean prettyPrint) throws JAXBException, IOException
XmlUtils.marshal(java.lang.Object, java.lang.String, boolean)
insteadJAXBException
IOException
@Deprecated public static Object unmarshal(String xml) throws JAXBException
XmlUtils.unmarshal(java.lang.String)
insteadJAXBException
@Deprecated public static void writeXml(Attachment attachment, OutputStream output) throws JAXBException
XmlUtils.writeXml(org.openestate.is24.restapi.xml.common.Attachment, java.io.OutputStream)
insteadJAXBException
@Deprecated public static void writeXml(Attachment attachment, String encoding, OutputStream output) throws JAXBException
XmlUtils.writeXml(org.openestate.is24.restapi.xml.common.Attachment, java.lang.String, java.io.OutputStream)
insteadJAXBException
@Deprecated public static void writeXml(Attachment attachment, String encoding, boolean prettyPrint, OutputStream output) throws JAXBException
XmlUtils.writeXml(org.openestate.is24.restapi.xml.common.Attachment, java.lang.String, boolean, java.io.OutputStream)
insteadJAXBException
@Deprecated public static void writeXml(Attachment attachment, Marshaller marshaller, OutputStream output) throws JAXBException
XmlUtils.writeXml(org.openestate.is24.restapi.xml.common.Attachment, javax.xml.bind.Marshaller, java.io.OutputStream)
insteadJAXBException
@Deprecated public static void writeXml(PublishObject publishing, OutputStream output) throws JAXBException
XmlUtils.writeXml(org.openestate.is24.restapi.xml.common.PublishObject, java.io.OutputStream)
insteadJAXBException
@Deprecated public static void writeXml(PublishObject publishing, String encoding, OutputStream output) throws JAXBException
XmlUtils.writeXml(org.openestate.is24.restapi.xml.common.PublishObject, java.lang.String, java.io.OutputStream)
insteadJAXBException
@Deprecated public static void writeXml(PublishObject publishing, String encoding, boolean prettyPrint, OutputStream output) throws JAXBException
XmlUtils.writeXml(org.openestate.is24.restapi.xml.common.PublishObject, java.lang.String, boolean, java.io.OutputStream)
insteadJAXBException
@Deprecated public static void writeXml(PublishObject publishing, Marshaller marshaller, OutputStream output) throws JAXBException
XmlUtils.writeXml(org.openestate.is24.restapi.xml.common.PublishObject, javax.xml.bind.Marshaller, java.io.OutputStream)
insteadJAXBException
@Deprecated public static void writeXml(RealtorContactDetails contact, OutputStream output) throws JAXBException
XmlUtils.writeXml(org.openestate.is24.restapi.xml.common.RealtorContactDetails, java.io.OutputStream)
insteadJAXBException
@Deprecated public static void writeXml(RealtorContactDetails contact, String encoding, OutputStream output) throws JAXBException
XmlUtils.writeXml(org.openestate.is24.restapi.xml.common.RealtorContactDetails, java.lang.String, java.io.OutputStream)
insteadJAXBException
@Deprecated public static void writeXml(RealtorContactDetails contact, String encoding, boolean prettyPrint, OutputStream output) throws JAXBException
XmlUtils.writeXml(org.openestate.is24.restapi.xml.common.RealtorContactDetails, java.lang.String, boolean, java.io.OutputStream)
insteadJAXBException
@Deprecated public static void writeXml(RealtorContactDetails contact, Marshaller marshaller, OutputStream output) throws JAXBException
XmlUtils.writeXml(org.openestate.is24.restapi.xml.common.RealtorContactDetails, javax.xml.bind.Marshaller, java.io.OutputStream)
insteadJAXBException
@Deprecated public static void writeXml(RealEstate realEstate, OutputStream output) throws JAXBException
XmlUtils.writeXml(org.openestate.is24.restapi.xml.realestates.RealEstate, java.io.OutputStream)
insteadJAXBException
@Deprecated public static void writeXml(RealEstate realEstate, String encoding, OutputStream output) throws JAXBException
XmlUtils.writeXml(org.openestate.is24.restapi.xml.realestates.RealEstate, java.lang.String, java.io.OutputStream)
insteadJAXBException
@Deprecated public static void writeXml(RealEstate realEstate, String encoding, boolean prettyPrint, OutputStream output) throws JAXBException
XmlUtils.writeXml(org.openestate.is24.restapi.xml.realestates.RealEstate, java.lang.String, boolean, java.io.OutputStream)
insteadJAXBException
@Deprecated public static void writeXml(RealEstate realEstate, Marshaller marshaller, OutputStream output) throws JAXBException
XmlUtils.writeXml(org.openestate.is24.restapi.xml.realestates.RealEstate, javax.xml.bind.Marshaller, java.io.OutputStream)
insteadJAXBException
Copyright © 2014 OpenEstate. All rights reserved.