| Package | Description |
|---|---|
| com.unboundid.scim.data | |
| com.unboundid.scim.marshal.json | |
| com.unboundid.scim.marshal.xml | |
| com.unboundid.scim.sdk |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseResource.marshal(Marshaller marshaller,
OutputStream outputStream)
Marshals this response using the specified
Marshaller to the
specified OutputStream. |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonMarshaller
This class provides a SCIM object marshaller implementation to write SCIM
objects to their Json representation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlMarshaller
This class provides a SCIM object marshaller implementation to write SCIM
objects to their XML representation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SCIMResponse.marshal(Marshaller marshaller,
OutputStream outputStream)
Marshals this response using the specified
Marshaller to the
specified OutputStream. |
void |
SCIMException.marshal(Marshaller marshaller,
OutputStream outputStream)
Marshals this response using the specified
Marshaller to the
specified OutputStream. |
void |
Resources.marshal(Marshaller marshaller,
OutputStream outputStream)
Marshals this response using the specified
Marshaller to the
specified OutputStream. |
void |
BulkStreamResponse.marshal(Marshaller marshaller,
OutputStream outputStream)
Marshals this response using the specified
Marshaller to the
specified OutputStream. |
void |
BulkResponse.marshal(Marshaller marshaller,
OutputStream outputStream)
Marshals this response using the specified
Marshaller to the
specified OutputStream. |
Copyright © 2011–2016 UnboundID. All rights reserved.