Class OperationResponsePart

java.lang.Object
org.identityconnectors.framework.impl.api.remote.messages.OperationResponsePart
All Implemented Interfaces:
Message

public class OperationResponsePart extends Object implements Message
Represents one part of a response. Most operations return just a single response part, followed by a OperationResponseEnd. The one exception is Search, which returns multiple parts.
  • Constructor Details

    • OperationResponsePart

      public OperationResponsePart(Throwable ex, Object result)
  • Method Details