com.ebmwebsourcing.easyviper.environment.test.env.api
Interface ExecutionEnvironmentTest
- All Superinterfaces:
- com.ebmwebsourcing.easyviper.core.api.engine.Element, com.ebmwebsourcing.easyviper.core.api.engine.FractalComponent, java.io.Serializable
- All Known Implementing Classes:
- ExecutionEnvironmentTestImpl
public interface ExecutionEnvironmentTest
- extends com.ebmwebsourcing.easyviper.core.api.engine.Element
- Author:
- Nicolas Salatge - eBM WebSourcing
| 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 |
getCore
com.ebmwebsourcing.easyviper.core.api.Core getCore()
setCore
void setCore(com.ebmwebsourcing.easyviper.core.api.Core core)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
createClientEndpoint
ClientEndpoint createClientEndpoint(java.lang.String name)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
createProviderEndpoint
ProviderEndpoint createProviderEndpoint(java.lang.String name,
java.lang.Class<? extends Service> serviceClass)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
addClientEndpoint
void addClientEndpoint(ClientEndpoint cep)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getClientEndpoints
java.util.List<ClientEndpoint> getClientEndpoints()
addProviderEndpoint
void addProviderEndpoint(ProviderEndpoint pep)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
getProviderEndpoints
java.util.List<ProviderEndpoint> getProviderEndpoints()
Copyright © 2009 eBM WebSourcing. All Rights Reserved.