com.unboundid.scim.sdk
Class BulkResponse

java.lang.Object
  extended by com.unboundid.scim.sdk.BulkResponse
All Implemented Interfaces:
SCIMResponse, Iterable<BulkOperation>

public class BulkResponse
extends Object
implements SCIMResponse, Iterable<BulkOperation>

This class represents the response to a bulk request.


Constructor Summary
BulkResponse(List<BulkOperation> operations)
          Create a new bulk response.
 
Method Summary
 Iterator<BulkOperation> iterator()
          
 void marshal(Marshaller marshaller, OutputStream outputStream)
          Marshals this response using the specified Marshaller to the specified OutputStream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkResponse

public BulkResponse(List<BulkOperation> operations)
Create a new bulk response.

Parameters:
operations - The operations responses.
Method Detail

marshal

public void marshal(Marshaller marshaller,
                    OutputStream outputStream)
             throws Exception
Marshals this response using the specified Marshaller to the specified OutputStream.

Specified by:
marshal in interface SCIMResponse
Parameters:
marshaller - The Marshaller to use.
outputStream - The OutputStream to write to.
Throws:
Exception - if an error occurs while performing the marshaling.

iterator

public Iterator<BulkOperation> iterator()

Specified by:
iterator in interface Iterable<BulkOperation>


Copyright © 2011-2012 UnboundID. All Rights Reserved.