Package | Description |
---|---|
com.marklogic.client.alerting |
A REST interface to MarkLogic alerting
capabilities.
|
com.marklogic.client.extra.dom4j |
The package provides an adapter for using the
dom4j Open Source library to read and write XML documents, XML
structured search, and other XML data structures.
|
com.marklogic.client.extra.jdom |
The package provides an adapter for using the
JDOM Open Source library to read and write XML documents, XML
structured search, and other XML data structures.
|
com.marklogic.client.impl | |
com.marklogic.client.io |
The package provides the handle classes with
different representations for document content when you read
documents from the database or write documents to the
database.
|
Modifier and Type | Class and Description |
---|---|
class |
RuleDefinition
A RuleDefinition represents a set of criteria
that describe a named condition.
|
Modifier and Type | Method and Description |
---|---|
protected OutputStreamSender |
RuleDefinition.sendContent() |
Modifier and Type | Class and Description |
---|---|
class |
DOM4JHandle
A DOM4JHandle represents XML content as a dom4j
document for reading or writing.
|
Modifier and Type | Method and Description |
---|---|
protected OutputStreamSender |
DOM4JHandle.sendContent() |
Modifier and Type | Class and Description |
---|---|
class |
JDOMHandle
A JDOM Handle represents XML content as a JDOM
document for reading or writing.
|
Modifier and Type | Method and Description |
---|---|
protected OutputStreamSender |
JDOMHandle.sendContent() |
Modifier and Type | Class and Description |
---|---|
class |
com.marklogic.client.impl.JacksonBaseHandle<T> |
Modifier and Type | Class and Description |
---|---|
class |
DocumentMetadataHandle
A DocumentMetadataHandle represents the metadata
for a database document.
|
class |
DOMHandle
A DOM Handle represents XML content as a DOM
document for reading or writing.
|
class |
InputSourceHandle
An Input Source Handle represents XML content as
an input source for reading or writing.
|
class |
JacksonDatabindHandle<T>
An adapter for using the Jackson Open Source
library for JSON; represents JSON content for reading or writing as
objects of the specified POJO class.
|
class |
JacksonHandle
An adapter for using the Jackson Open Source
library for JSON; represents JSON content as a Jackson JsonNode for
reading or writing.
|
class |
JacksonParserHandle
An adapter for using the streaming capabilities
of the Jackson Open Source library.
|
class |
JAXBHandle<C>
A JAXB Handle roundtrips a POJO (a Java data
structure) to and from a database document.
|
class |
ReaderHandle
A Reader Handle represents a character content
as a reader for reading to or writing from the database.
|
class |
SourceHandle
A Source Handle represents XML content as a
transform source for reading or transforms a source into a result
for writing.
|
class |
StringHandle
A String Handle represents document content as a
string for reading or writing.
|
class |
XMLEventReaderHandle
An XML Event Reader Handle represents XML
content as an XML event reader for reading as a series of StAX
events.
|
class |
XMLStreamReaderHandle
An XML Stream Reader Handle represents XML
content as an XML stream reader for reading as a StAX pull
stream.
|
Modifier and Type | Method and Description |
---|---|
OutputStreamSender |
OutputStreamHandle.get()
Returns the output stream sender that writes the
content.
|
protected OutputStreamSender |
DocumentMetadataHandle.sendContent() |
protected OutputStreamSender |
DOMHandle.sendContent() |
protected OutputStreamSender |
InputSourceHandle.sendContent() |
protected OutputStreamSender |
JacksonDatabindHandle.sendContent() |
protected OutputStreamSender |
JacksonHandle.sendContent() |
protected OutputStreamSender |
JacksonParserHandle.sendContent() |
protected OutputStreamSender |
JAXBHandle.sendContent() |
protected OutputStreamSender |
OutputStreamHandle.sendContent() |
protected OutputStreamSender |
SourceHandle.sendContent() |
protected OutputStreamSender |
StringHandle.sendContent() |
protected OutputStreamSender |
XMLEventReaderHandle.sendContent() |
protected OutputStreamSender |
XMLStreamReaderHandle.sendContent() |
protected OutputStreamSender |
InputSourceHandle.sendContent(org.xml.sax.InputSource content) |
protected OutputStreamSender |
JacksonHandle.sendContent(com.fasterxml.jackson.databind.JsonNode content) |
protected OutputStreamSender |
JacksonParserHandle.sendContent(com.fasterxml.jackson.core.JsonParser parser) |
protected OutputStreamSender |
JacksonDatabindHandle.sendContent(T content) |
Modifier and Type | Method and Description |
---|---|
void |
OutputStreamHandle.set(OutputStreamSender sender)
Assigns an output stream sender providing the
callback that writes content to the database via an output
stream.
|
OutputStreamHandle |
OutputStreamHandle.with(OutputStreamSender sender)
Assigns an output stream sender providing the
callback that writes content to the database and returns the handle
as a fluent convenience.
|
Constructor and Description |
---|
OutputStreamHandle(OutputStreamSender sender)
Initializes the handle with an outputstream
sender providing the callback that writes content to the database
via an output stream.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.