com.unboundid.scim.sdk
Class BulkResponse
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BulkResponse
public BulkResponse(List<BulkOperation> operations)
- Create a new bulk response.
- Parameters:
operations - The operations responses.
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.