org.identityconnectors.framework.impl.api.remote.messages
Class OperationResponsePart

java.lang.Object
  extended by 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 Summary
OperationResponsePart(Throwable ex, Object result)
           
 
Method Summary
 Throwable getException()
           
 Object getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationResponsePart

public OperationResponsePart(Throwable ex,
                             Object result)
Method Detail

getException

public Throwable getException()

getResult

public Object getResult()


Copyright © 2011. All Rights Reserved.