Uses of Interface
com.unboundid.scim.marshal.Marshaller

Packages that use Marshaller
com.unboundid.scim.data   
com.unboundid.scim.marshal.json   
com.unboundid.scim.marshal.xml   
com.unboundid.scim.sdk   
 

Uses of Marshaller in com.unboundid.scim.data
 

Methods in com.unboundid.scim.data with parameters of type Marshaller
 void BaseResource.marshal(Marshaller marshaller, OutputStream outputStream)
          Marshals this response using the specified Marshaller to the specified OutputStream.
 

Uses of Marshaller in com.unboundid.scim.marshal.json
 

Classes in com.unboundid.scim.marshal.json that implement Marshaller
 class JsonMarshaller
          This class provides a SCIM object marshaller implementation to write SCIM objects to their Json representation.
 

Uses of Marshaller in com.unboundid.scim.marshal.xml
 

Classes in com.unboundid.scim.marshal.xml that implement Marshaller
 class XmlMarshaller
          This class provides a SCIM object marshaller implementation to write SCIM objects to their XML representation.
 

Uses of Marshaller in com.unboundid.scim.sdk
 

Methods in com.unboundid.scim.sdk with parameters of type Marshaller
 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.
 void SCIMResponse.marshal(Marshaller marshaller, OutputStream outputStream)
          Marshals this response using the specified Marshaller to the specified OutputStream.
 



Copyright © 2011-2012 UnboundID. All Rights Reserved.