org.identityconnectors.framework.impl.api.remote.messages
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperationResponsePart
public OperationResponsePart(Throwable ex,
Object result)
getException
public Throwable getException()
getResult
public Object getResult()
Copyright © 2011. All Rights Reserved.