com.unboundid.scim.sdk
Interface SCIMResponse

All Known Implementing Classes:
BaseResource, BulkResponse, BulkStreamResponse, ClientExample.DeviceResource, GroupResource, InvalidResourceException, ResourceConflictException, ResourceDescriptor, ResourceNotFoundException, Resources, SCIMException, ServerErrorException, ServiceProviderConfig, UnauthorizedException, UnsupportedOperationException, UserResource

public interface SCIMResponse

This class represents the response to a SCIM request.


Method Summary
 void marshal(Marshaller marshaller, OutputStream outputStream)
          Marshals this response using the specified Marshaller to the specified OutputStream.
 

Method Detail

marshal

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

Parameters:
marshaller - The Marshaller to use.
outputStream - The OutputStream to write to.
Throws:
Exception - if an error occurs while performing the marshaling.


Copyright © 2011-2012 UnboundID. All Rights Reserved.