Package | Description |
---|---|
com.marklogic.client.admin |
The package provides the classes for configuration and initialization
of the REST server.
|
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.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 | Method and Description |
---|---|
void |
ResourceExtensionsManager.writeServices(String resourceName,
TextWriteHandle sourceHandle,
ExtensionMetadata metadata,
ResourceExtensionsManager.MethodParameters... methodParams)
Installs the services that implement a resource.
|
void |
TransformExtensionsManager.writeXQueryTransform(String transformName,
TextWriteHandle sourceHandle)
Installs a transform implemented in XQuery.
|
void |
TransformExtensionsManager.writeXQueryTransform(String transformName,
TextWriteHandle sourceHandle,
ExtensionMetadata metadata)
Installs a transform implemented in XQuery.
|
void |
TransformExtensionsManager.writeXQueryTransform(String transformName,
TextWriteHandle sourceHandle,
ExtensionMetadata metadata,
Map<String,String> paramTypes)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
URIHandle
A URI Handle sends read document content to a URI or
receives written database content from a URI.
|
Modifier and Type | Class and Description |
---|---|
class |
BytesHandle
A Bytes Handle represents document content as a byte array for reading or writing.
|
class |
FileHandle
A File Handle represents document content as a file for reading or writing.
|
class |
InputStreamHandle
An Input Stream Handle represents a resource as an input stream for reading or writing.
|
class |
OutputStreamHandle
An OutputStreamHandle generates output during writing.
|
class |
ReaderHandle
A Reader Handle represents a character content as a reader
for reading to or writing from the database.
|
class |
StringHandle
A String Handle represents document content as a string for reading or writing.
|
Copyright © 2013-2015 MarkLogic Corporation.