C# 클래스 RuntimeTests.TestConnectorImplementation.ExampleDomainConnector

상속: Org.Openengsb.Loom.CSharp.Bridge.Implementation.RegistrationFunctions, IExampleDomainSoapBinding
파일 보기 프로젝트 열기: openengsb/loom-csharp 1 사용 예제들

공개 메소드들

메소드 설명
ExampleDomainConnector ( ) : System
doReturnMethod ( string args0 ) : string
doSomethingWithLogEvent ( LogEvent args0 ) : string
doSomethingWithMessage ( string args0 ) : string
doSomethingWithModel ( ExampleRequestModel args0 ) : ExampleResponseModel
getAliveState ( AliveState &@return, bool &returnSpecified ) : void
getInstanceId ( ) : string

메소드 상세

ExampleDomainConnector() 공개 메소드

public ExampleDomainConnector ( ) : System
리턴 System

doReturnMethod() 공개 메소드

public doReturnMethod ( string args0 ) : string
args0 string
리턴 string

doSomethingWithLogEvent() 공개 메소드

public doSomethingWithLogEvent ( LogEvent args0 ) : string
args0 LogEvent
리턴 string

doSomethingWithMessage() 공개 메소드

public doSomethingWithMessage ( string args0 ) : string
args0 string
리턴 string

doSomethingWithModel() 공개 메소드

public doSomethingWithModel ( ExampleRequestModel args0 ) : ExampleResponseModel
args0 ExampleRequestModel
리턴 ExampleResponseModel

getAliveState() 공개 메소드

public getAliveState ( AliveState &@return, bool &returnSpecified ) : void
@return AliveState
returnSpecified bool
리턴 void

getInstanceId() 공개 메소드

public getInstanceId ( ) : string
리턴 string