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

All Superinterfaces:
Endpoint, com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
All Known Implementing Classes:
ClientEndpointFcInItf, ClientEndpointFcOutItf, ClientEndpointFcSR, ClientEndpointImpl, ClientEndpointInterceptorSCALCb56bb98SCACCIntent

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.easycommons.sca.helper.api.SCAComponent
createSCAComponent, destroySCAComponent, getComponent, getInitializationContext, getName, setInitializationContext, setName, startSCAComponent, stopSCAComponent
 

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-2011 eBM WebSourcing. All Rights Reserved.