| Package | Description |
|---|---|
| org.openestate.is24.restapi |
Core classes.
|
| org.openestate.is24.restapi.utils |
Utility classes.
|
| org.openestate.is24.restapi.xml |
JAXB classes for XML reading / writing.
|
| org.openestate.is24.restapi.xml.common |
| Modifier and Type | Method and Description |
|---|---|
static PublishObject |
ImportExport.PublishService.getById(AbstractClient client,
String is24PublishId)
Calls the GETbyID method of the Publish Webservice.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ImportExport.PublishService.post(AbstractClient client,
PublishObject publishObject)
Calls the POSTbyID method of the Publish Webservice.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
XmlUtils.writeXml(PublishObject publishing,
Marshaller marshaller,
OutputStream output)
Writes a
PublishObject as XML into an OutputStream. |
static void |
XmlUtils.writeXml(PublishObject publishing,
OutputStream output)
Writes a
PublishObject as XML into an OutputStream. |
static void |
XmlUtils.writeXml(PublishObject publishing,
String encoding,
boolean prettyPrint,
OutputStream output)
Writes a
PublishObject as XML into an OutputStream. |
static void |
XmlUtils.writeXml(PublishObject publishing,
String encoding,
OutputStream output)
Writes a
PublishObject as XML into an OutputStream. |
| Modifier and Type | Method and Description |
|---|---|
static void |
XmlUtils.writeXml(PublishObject publishing,
Marshaller marshaller,
OutputStream output)
|
static void |
XmlUtils.writeXml(PublishObject publishing,
OutputStream output)
Deprecated.
|
static void |
XmlUtils.writeXml(PublishObject publishing,
String encoding,
boolean prettyPrint,
OutputStream output)
|
static void |
XmlUtils.writeXml(PublishObject publishing,
String encoding,
OutputStream output)
|
| Modifier and Type | Field and Description |
|---|---|
protected List<PublishObject> |
PublishObjects.publishObject |
| Modifier and Type | Method and Description |
|---|---|
PublishObject |
ObjectFactory.createPublishObject()
Create an instance of
PublishObject |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<PublishObject> |
ObjectFactory.createPublishObject(PublishObject value)
|
List<PublishObject> |
PublishObjects.getPublishObject()
Gets the value of the publishObject property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<PublishObject> |
ObjectFactory.createPublishObject(PublishObject value)
|
Copyright © 2014 OpenEstate. All rights reserved.