C# Class NSoft.NFramework.DataServices.Adapters.AbstractDataServiceAdapterFixture

Inheritance: NSoft.NFramework.DataServices.Clients.AbstractServicesFixture
Exibir arquivo Open project: debop/NFramework

Public Methods

Method Description
BuildRequest ( ) : RequestMessage
GetDataService ( ) : IDataService
GetDataServiceAdapter ( ) : IDataServiceAdapter
GetDataServiceAdapter ( IDataServiceAdapter>.Func adapterFunc ) : IDataServiceAdapter
GetRequestSerializer ( ) : ISerializer
GetResponseSerializer ( ) : ISerializer
VerifyResponseMessage ( ResponseMessage responseMsg ) : void

Private Methods

Method Description
CreateAdapterTest ( ) : void
ExecuteCompressedBytes ( Type compressorType ) : void
ExecuteCompressedEncryptedBytes ( [ compressorType, [ encryptorType ) : void
ExecuteCompressedEncryptedText ( [ compressorType, [ encryptorType ) : void
ExecuteCompressedText ( Type compressorType ) : void
ExecuteEncryptedBytes ( Type encryptorType ) : void
ExecuteEncryptedCompressedBytes ( [ compressorType, [ encryptorType ) : void
ExecuteEncryptedCompressedText ( [ compressorType, [ encryptorType ) : void
ExecuteEncryptedText ( Type encryptorType ) : void
ExecutePlainBytes ( ) : void
ExecutePlainText ( ) : void

Method Details

BuildRequest() public method

public BuildRequest ( ) : RequestMessage
return NSoft.NFramework.DataServices.Messages.RequestMessage

GetDataService() public method

public GetDataService ( ) : IDataService
return IDataService

GetDataServiceAdapter() public method

public GetDataServiceAdapter ( ) : IDataServiceAdapter
return IDataServiceAdapter

GetDataServiceAdapter() public method

public GetDataServiceAdapter ( IDataServiceAdapter>.Func adapterFunc ) : IDataServiceAdapter
adapterFunc IDataServiceAdapter>.Func
return IDataServiceAdapter

GetRequestSerializer() public method

public GetRequestSerializer ( ) : ISerializer
return ISerializer

GetResponseSerializer() public method

public GetResponseSerializer ( ) : ISerializer
return ISerializer

VerifyResponseMessage() public method

public VerifyResponseMessage ( ResponseMessage responseMsg ) : void
responseMsg NSoft.NFramework.DataServices.Messages.ResponseMessage
return void