C# Class Talifun.Commander.Command.Esb.EndpointCacheProxy

Inheritance: IEndpointCache
Show file Open project: taliesins/talifun-commander

Public Methods

Method Description
Dispose ( ) : void
EndpointCacheProxy ( IEndpointCache endpointCache ) : System
GetEndpoint ( Uri uri ) : IEndpoint
Inspect ( DiagnosticsProbe probe ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EndpointCacheProxy() public method

public EndpointCacheProxy ( IEndpointCache endpointCache ) : System
endpointCache IEndpointCache
return System

GetEndpoint() public method

public GetEndpoint ( Uri uri ) : IEndpoint
uri System.Uri
return IEndpoint

Inspect() public method

public Inspect ( DiagnosticsProbe probe ) : void
probe DiagnosticsProbe
return void