com.ebmwebsourcing.easyviper.environment.test.env.impl
Class ExecutionEnvironmentTestImpl
java.lang.Object
com.ebmwebsourcing.easycommons.sca.helper.impl.SCAComponentImpl
com.ebmwebsourcing.easyviper.environment.test.env.impl.ExecutionEnvironmentTestImpl
- All Implemented Interfaces:
- com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent, ExecutionEnvironmentTest
public class ExecutionEnvironmentTestImpl
- extends com.ebmwebsourcing.easycommons.sca.helper.impl.SCAComponentImpl
- implements ExecutionEnvironmentTest
- Author:
- Nicolas Salatge - eBM WebSourcing
| 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 |
ExecutionEnvironmentTestImpl
public ExecutionEnvironmentTestImpl()
- Default constructor
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
addClientEndpoint
public void addClientEndpoint(ClientEndpoint cep)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
addClientEndpoint in interface ExecutionEnvironmentTest
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
addProviderEndpoint
public void addProviderEndpoint(ProviderEndpoint pep)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
addProviderEndpoint in interface ExecutionEnvironmentTest
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getCore
public com.ebmwebsourcing.easyviper.core.api.Core getCore()
- Specified by:
getCore in interface ExecutionEnvironmentTest
setCore
public void setCore(com.ebmwebsourcing.easyviper.core.api.Core core)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
setCore in interface ExecutionEnvironmentTest
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
createClientEndpoint
public ClientEndpoint createClientEndpoint(java.lang.String name)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
createClientEndpoint in interface ExecutionEnvironmentTest
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
createProviderEndpoint
public ProviderEndpoint createProviderEndpoint(java.lang.String name,
java.lang.Class<? extends Service> serviceClass)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
createProviderEndpoint in interface ExecutionEnvironmentTest
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
createProviderEndpoint
public ProviderEndpoint createProviderEndpoint(java.lang.String name,
java.lang.Class<? extends Service> serviceClass,
java.util.List<org.jdom.Element> payloads)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
createProviderEndpoint in interface ExecutionEnvironmentTest
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getClientEndpoints
public java.util.List<ClientEndpoint> getClientEndpoints()
- Specified by:
getClientEndpoints in interface ExecutionEnvironmentTest
getProviderEndpoints
public java.util.List<ProviderEndpoint> getProviderEndpoints()
- Specified by:
getProviderEndpoints in interface ExecutionEnvironmentTest
setLog
public void setLog(java.util.logging.Logger logger)
Copyright © 2009-2011 eBM WebSourcing. All Rights Reserved.