Uses of Class
com.unboundid.scim.sdk.BulkContentHandler

Packages that use BulkContentHandler
com.unboundid.scim.marshal   
com.unboundid.scim.marshal.json   
com.unboundid.scim.marshal.xml   
com.unboundid.scim.sdk   
com.unboundid.scim.wink   
 

Uses of BulkContentHandler in com.unboundid.scim.marshal
 

Methods in com.unboundid.scim.marshal with parameters of type BulkContentHandler
 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.
 

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

Methods in com.unboundid.scim.marshal.json with parameters of type BulkContentHandler
 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.
 

Constructors in com.unboundid.scim.marshal.json with parameters of type BulkContentHandler
JsonBulkParser(InputStream inputStream, BulkConfig bulkConfig, BulkContentHandler handler)
          Create a new instance of this bulk unmarshaller.
 

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

Methods in com.unboundid.scim.marshal.xml with parameters of type BulkContentHandler
 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.
 

Constructors in com.unboundid.scim.marshal.xml with parameters of type BulkContentHandler
XmlBulkParser(InputStream inputStream, BulkConfig bulkConfig, BulkContentHandler handler)
          Create a new instance of this bulk unmarshaller.
 

Uses of BulkContentHandler in com.unboundid.scim.sdk
 

Subclasses of BulkContentHandler in com.unboundid.scim.sdk
 class BulkContentResponseHandler
          This class implements the bulk operation handler to process bulk operation responses in the SCIM client.
 

Uses of BulkContentHandler in com.unboundid.scim.wink
 

Subclasses of BulkContentHandler in com.unboundid.scim.wink
 class BulkContentRequestHandler
          This class implements the bulk operation handler to process bulk operation requests in the SCIM server.
 



Copyright © 2011-2012 UnboundID. All Rights Reserved.