| Package | Description |
|---|---|
| com.unboundid.scim.marshal | |
| com.unboundid.scim.marshal.json | |
| com.unboundid.scim.marshal.xml | |
| com.unboundid.scim.sdk | |
| com.unboundid.scim.wink |
| Modifier and Type | Method and Description |
|---|---|
void |
Unmarshaller.bulkUnmarshal(File file,
BulkConfig bulkConfig,
BulkContentHandler handler)
Reads a SCIM bulk request or response from a file.
|
void |
Unmarshaller.bulkUnmarshal(InputStream inputStream,
BulkConfig bulkConfig,
BulkContentHandler handler)
Reads a SCIM bulk request or response from an input stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonUnmarshaller.bulkUnmarshal(File file,
BulkConfig bulkConfig,
BulkContentHandler handler)
Reads a SCIM bulk request or response from a file.
|
void |
JsonUnmarshaller.bulkUnmarshal(InputStream inputStream,
BulkConfig bulkConfig,
BulkContentHandler handler)
Reads a SCIM bulk request or response from an input stream.
|
| Constructor and Description |
|---|
JsonBulkParser(InputStream inputStream,
BulkConfig bulkConfig,
BulkContentHandler handler)
Create a new instance of this bulk unmarshaller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlUnmarshaller.bulkUnmarshal(File file,
BulkConfig bulkConfig,
BulkContentHandler handler)
Reads a SCIM bulk request or response from a file.
|
void |
XmlUnmarshaller.bulkUnmarshal(InputStream inputStream,
BulkConfig bulkConfig,
BulkContentHandler handler)
Reads a SCIM bulk request or response from an input stream.
|
| Constructor and Description |
|---|
XmlBulkParser(InputStream inputStream,
BulkConfig bulkConfig,
BulkContentHandler handler)
Create a new instance of this bulk unmarshaller.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BulkContentResponseHandler
This class implements the bulk operation handler to process bulk operation
responses in the SCIM client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BulkContentRequestHandler
This class implements the bulk operation handler to process bulk operation
requests in the SCIM server.
|
Copyright © 2011–2016 UnboundID. All rights reserved.