com.ebmwebsourcing.easyviper.environment.test.env.impl
Class ClientEndpointImpl
java.lang.Object
com.ebmwebsourcing.easycommons.sca.helper.impl.SCAComponentImpl
com.ebmwebsourcing.easyviper.environment.test.env.impl.ClientEndpointImpl
- All Implemented Interfaces:
- com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent, ClientEndpoint, Endpoint
public class ClientEndpointImpl
- extends com.ebmwebsourcing.easycommons.sca.helper.impl.SCAComponentImpl
- implements ClientEndpoint
- 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 |
setLog(java.util.logging.Logger logger)
|
void |
setResponse(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage message)
|
| Methods inherited from class com.ebmwebsourcing.easycommons.sca.helper.impl.SCAComponentImpl |
createSCAComponent, destroySCAComponent, getComponent, getInitializationContext, getName, setInitializationContext, setName, startSCAComponent, stopSCAComponent, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent |
createSCAComponent, destroySCAComponent, getComponent, getInitializationContext, getName, setInitializationContext, setName, startSCAComponent, stopSCAComponent |
ClientEndpointImpl
public ClientEndpointImpl()
- Default constructor
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
send
public void send(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage message)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
send in interface ClientEndpoint
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
sendSync
public 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
- Specified by:
sendSync in interface ClientEndpoint
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getExecutionEnvironmentTest
public ExecutionEnvironmentTest getExecutionEnvironmentTest()
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
getExecutionEnvironmentTest in interface ClientEndpoint- Specified by:
getExecutionEnvironmentTest in interface Endpoint
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getResponse
public com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage getResponse()
- Specified by:
getResponse in interface ClientEndpoint
setResponse
public void setResponse(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage message)
- Specified by:
setResponse in interface ClientEndpoint
setLog
public void setLog(java.util.logging.Logger logger)
setException
public void setException(com.ebmwebsourcing.easyviper.core.api.CoreException exception)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
setException in interface ClientEndpoint
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getException
public com.ebmwebsourcing.easyviper.core.api.CoreException getException()
- Specified by:
getException in interface ClientEndpoint
Copyright © 2009-2011 eBM WebSourcing. All Rights Reserved.