C# 클래스 Org.IdentityConnectors.Framework.Impl.Api.Remote.RemoteOperationInvocationHandler

Invocation handler for all of our operations
상속: InvocationHandler
파일 보기 프로젝트 열기: Tirasa/ConnId 1 사용 예제들

공개 메소드들

메소드 설명
Invoke ( Object proxy, MethodInfo method, Object args ) : Object
RemoteOperationInvocationHandler ( RemoteConnectorInfoImpl connectorInfo, String connectorFacadeKey, SafeType operation ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Invoke() 공개 메소드

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

RemoteOperationInvocationHandler() 공개 메소드

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