com.ebmwebsourcing.easyviper.environment.test.env.impl
Class ExecutionEnvironmentTestImpl

java.lang.Object
  extended by com.ebmwebsourcing.easycommons.sca.helper.impl.SCAComponentImpl
      extended by 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

Constructor Summary
ExecutionEnvironmentTestImpl()
          Default constructor
 
Method Summary
 void addClientEndpoint(ClientEndpoint cep)
           
 void addProviderEndpoint(ProviderEndpoint pep)
           
 ClientEndpoint createClientEndpoint(java.lang.String name)
           
 ProviderEndpoint createProviderEndpoint(java.lang.String name, java.lang.Class<? extends Service> serviceClass)
           
 ProviderEndpoint createProviderEndpoint(java.lang.String name, java.lang.Class<? extends Service> serviceClass, java.util.List<org.jdom.Element> payloads)
           
 java.util.List<ClientEndpoint> getClientEndpoints()
           
 com.ebmwebsourcing.easyviper.core.api.Core getCore()
           
 java.util.List<ProviderEndpoint> getProviderEndpoints()
           
 void setCore(com.ebmwebsourcing.easyviper.core.api.Core core)
           
 void setLog(java.util.logging.Logger logger)
           
 
Methods inherited from class com.ebmwebsourcing.easycommons.sca.helper.impl.SCAComponentImpl
createSCAComponent, destroySCAComponent, getComponent, getName, 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, getName, setName, startSCAComponent, stopSCAComponent
 

Constructor Detail

ExecutionEnvironmentTestImpl

public ExecutionEnvironmentTestImpl()
Default constructor

Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
Method Detail

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 © 2012 Petals Link. All Rights Reserved.