org.identityconnectors.framework.impl.api.remote.messages
Class OperationRequest
java.lang.Object
org.identityconnectors.framework.impl.api.remote.messages.OperationRequest
- All Implemented Interfaces:
- Message
public class OperationRequest
- extends Object
- implements Message
Sent to request an operation. Response will consist of one-or-more
OperationResponsePart's followed by an OperationResponseEnd.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperationRequest
public OperationRequest(ConnectorKey key,
APIConfigurationImpl apiConfiguration,
Class<? extends APIOperation> operation,
String operationMethodName,
List<Object> arguments)
getConnectorKey
public ConnectorKey getConnectorKey()
getConfiguration
public APIConfigurationImpl getConfiguration()
getOperation
public Class<? extends APIOperation> getOperation()
getOperationMethodName
public String getOperationMethodName()
getArguments
public List<Object> getArguments()
Copyright © 2011. All Rights Reserved.