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

java.lang.Object
  extended by 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.


Constructor Summary
OperationRequest(ConnectorKey key, APIConfigurationImpl apiConfiguration, Class<? extends APIOperation> operation, String operationMethodName, List<Object> arguments)
           
 
Method Summary
 List<Object> getArguments()
           
 APIConfigurationImpl getConfiguration()
           
 ConnectorKey getConnectorKey()
           
 Class<? extends APIOperation> getOperation()
           
 String getOperationMethodName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationRequest

public OperationRequest(ConnectorKey key,
                        APIConfigurationImpl apiConfiguration,
                        Class<? extends APIOperation> operation,
                        String operationMethodName,
                        List<Object> arguments)
Method Detail

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.