C# Class Org.IdentityConnectors.Framework.Impl.Api.Remote.RemoteOperationInvocationHandler

Invocation handler for all of our operations
Inheritance: InvocationHandler
Mostra file Open project: Tirasa/ConnId Class Usage Examples

Public Methods

Method Description
Invoke ( Object proxy, MethodInfo method, Object args ) : Object
RemoteOperationInvocationHandler ( RemoteConnectorInfoImpl connectorInfo, String connectorFacadeKey, SafeType operation ) : System

Private Methods

Method Description
ExtractStreamHandler ( Type paramTypes, IList arguments ) : ObjectStreamHandler

Partitions arguments into regular arguments and stream arguments.

HandleStreamResponse ( RemoteFrameworkConnection connection, ObjectStreamHandler streamHandler ) : void

Handles a stream response until the end of the stream

Method Details

Invoke() public method

public Invoke ( Object proxy, MethodInfo method, Object args ) : Object
proxy Object
method System.Reflection.MethodInfo
args Object
return Object

RemoteOperationInvocationHandler() public method

public RemoteOperationInvocationHandler ( RemoteConnectorInfoImpl connectorInfo, String connectorFacadeKey, SafeType operation ) : System
connectorInfo RemoteConnectorInfoImpl
connectorFacadeKey String
operation SafeType
return System