Package | Description |
---|---|
com.marklogic.client |
The package provides the core classes, interfaces and exceptions for working with the database.
|
com.marklogic.client.admin |
The package provides the classes for configuration and initialization
of the REST server.
|
com.marklogic.client.alerting |
A REST interface to MarkLogic alerting capabilities.
|
com.marklogic.client.document |
The package provides classes for creating, retrieving, updating, and deleting
documents in the database for the REST server.
|
com.marklogic.client.example.cookbook |
The package provides examples for common actions in working with the database.
|
com.marklogic.client.example.extension |
The package provides examples of extensions that operate on a batch
of database documents.
|
com.marklogic.client.example.handle |
The package provides examples of extensions that read or write database documents
in a new way or with a new representation.
|
com.marklogic.client.example.util |
The package provides utilities for bootstrapping and tearing down a MarkLogic REST instance.
|
com.marklogic.client.extensions |
The package provides base and support classes so you can derive
a new Resource Manager to provide a client interface for a
Resource Services extension on the REST server.
|
com.marklogic.client.extra.httpclient |
The package supports optional configuration of the Open Source
HttpClient library.
|
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.
|
com.marklogic.client.query |
The package provides classes for queries including searching documents
and reading values directly from indexes in the database for the REST server.
|
Class and Description |
---|
DatabaseClient
A Database Client instantiates document and query managers and other objects
with shared access to a database.
|
DatabaseClientFactory.Authentication
Authentication enumerates the methods for verifying a user and
password with the database.
|
DatabaseClientFactory.ClientConfigurator
A ClientConfigurator provides custom configuration for the communication library
used to sending client requests and receiving server responses.
|
DatabaseClientFactory.HandleFactoryRegistry
A HandleFactoryRegistry associates IO representation classes
with handle factories.
|
DatabaseClientFactory.SSLHostnameVerifier
An SSLHostnameVerifier checks whether a hostname is acceptable
during SSL authentication.
|
DatabaseClientFactory.SSLHostnameVerifier.Builtin
Builtin supports builtin implementations of SSLHostnameVerifier.
|
FailedRequestException
A FailedRequestException is used to capture and report on problems
from the REST API.
|
ForbiddenUserException
Thrown when the credentials used to connect to a MarkLogic REST instance
are not sufficient for the task requested.
|
MarkLogicServerException
Abstract class that implements functionality for errors returned from a MarkLogic REST API instance.
|
Transaction
Identifies and provides methods to complete a transaction.
|
Class and Description |
---|
FailedRequestException
A FailedRequestException is used to capture and report on problems
from the REST API.
|
ForbiddenUserException
Thrown when the credentials used to connect to a MarkLogic REST instance
are not sufficient for the task requested.
|
ResourceNotFoundException
Exception thrown when the server responds with HTTP status code 404.
|
ResourceNotResendableException
Exception thrown when the server responds with HTTP status code 503
and a Retry-After header of 1 but the request is a PUT or POST
and the payload is streaming.
|
Class and Description |
---|
FailedRequestException
A FailedRequestException is used to capture and report on problems
from the REST API.
|
ForbiddenUserException
Thrown when the credentials used to connect to a MarkLogic REST instance
are not sufficient for the task requested.
|
ResourceNotFoundException
Exception thrown when the server responds with HTTP status code 404.
|
Class and Description |
---|
FailedRequestException
A FailedRequestException is used to capture and report on problems
from the REST API.
|
ForbiddenUserException
Thrown when the credentials used to connect to a MarkLogic REST instance
are not sufficient for the task requested.
|
MarkLogicIOException
An IO Exception indicates that there was a problem on input or output (similar
to a java.lang.IOException but defined as a runtime rather than checked
exception).
|
ResourceNotFoundException
Exception thrown when the server responds with HTTP status code 404.
|
Transaction
Identifies and provides methods to complete a transaction.
|
Class and Description |
---|
DatabaseClient
A Database Client instantiates document and query managers and other objects
with shared access to a database.
|
DatabaseClientFactory.Authentication
Authentication enumerates the methods for verifying a user and
password with the database.
|
FailedRequestException
A FailedRequestException is used to capture and report on problems
from the REST API.
|
ForbiddenUserException
Thrown when the credentials used to connect to a MarkLogic REST instance
are not sufficient for the task requested.
|
ResourceNotFoundException
Exception thrown when the server responds with HTTP status code 404.
|
ResourceNotResendableException
Exception thrown when the server responds with HTTP status code 503
and a Retry-After header of 1 but the request is a PUT or POST
and the payload is streaming.
|
Class and Description |
---|
DatabaseClient
A Database Client instantiates document and query managers and other objects
with shared access to a database.
|
DatabaseClientFactory.Authentication
Authentication enumerates the methods for verifying a user and
password with the database.
|
FailedRequestException
A FailedRequestException is used to capture and report on problems
from the REST API.
|
ForbiddenUserException
Thrown when the credentials used to connect to a MarkLogic REST instance
are not sufficient for the task requested.
|
ResourceNotFoundException
Exception thrown when the server responds with HTTP status code 404.
|
ResourceNotResendableException
Exception thrown when the server responds with HTTP status code 503
and a Retry-After header of 1 but the request is a PUT or POST
and the payload is streaming.
|
Class and Description |
---|
DatabaseClientFactory.Authentication
Authentication enumerates the methods for verifying a user and
password with the database.
|
Class and Description |
---|
DatabaseClientFactory.Authentication
Authentication enumerates the methods for verifying a user and
password with the database.
|
Class and Description |
---|
Transaction
Identifies and provides methods to complete a transaction.
|
Class and Description |
---|
DatabaseClientFactory.ClientConfigurator
A ClientConfigurator provides custom configuration for the communication library
used to sending client requests and receiving server responses.
|
Class and Description |
---|
DatabaseClientFactory.HandleFactoryRegistry
A HandleFactoryRegistry associates IO representation classes
with handle factories.
|
Class and Description |
---|
Transaction
Identifies and provides methods to complete a transaction.
|
Copyright © 2013-2015 MarkLogic Corporation.