Package | Description |
---|---|
sirius.kernel.xml |
Helper classes to read and write XML.
|
Modifier and Type | Method and Description |
---|---|
XMLCall |
XMLCall.addHeader(String name,
String value)
Adds a custom header field to the call
|
static XMLCall |
XMLCall.to(URL url)
Creates a new XMLCall for the given url with Content-Type 'text/xml'.
|
static XMLCall |
XMLCall.to(URL url,
String contentType)
Creates a new XMLCall for the given url.
|
Copyright © 2018. All rights reserved.