com.ebmwebsourcing.easyviper.environment.test.env.api
Interface ClientEndpoint

All Superinterfaces:
com.ebmwebsourcing.easyviper.core.api.engine.Element, Endpoint, com.ebmwebsourcing.easyviper.core.api.engine.FractalComponent, java.io.Serializable
All Known Implementing Classes:
ClientEndpointImpl

public interface ClientEndpoint
extends Endpoint

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 com.ebmwebsourcing.easyviper.core.api.CoreException getException()
           
 ExecutionEnvironmentTest getExecutionEnvironmentTest()
           
 com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage getResponse()
           
 void send(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage message)
           
 com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage sendSync(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage message)
           
 void setException(com.ebmwebsourcing.easyviper.core.api.CoreException exception)
           
 void setResponse(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage message)
           
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.Element
setLog
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.FractalComponent
create, destroy, getComponent, getName, init, setName, start, stop
 

Method Detail

getExecutionEnvironmentTest

ExecutionEnvironmentTest getExecutionEnvironmentTest()
                                                     throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
getExecutionEnvironmentTest in interface Endpoint
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

send

void send(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage message)
          throws com.ebmwebsourcing.easyviper.core.api.CoreException
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

sendSync

com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage sendSync(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage message)
                                                                           throws com.ebmwebsourcing.easyviper.core.api.CoreException
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

setResponse

void setResponse(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage message)

getResponse

com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage getResponse()

setException

void setException(com.ebmwebsourcing.easyviper.core.api.CoreException exception)
                  throws com.ebmwebsourcing.easyviper.core.api.CoreException
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

getException

com.ebmwebsourcing.easyviper.core.api.CoreException getException()


Copyright © 2009 eBM WebSourcing. All Rights Reserved.