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

All Superinterfaces:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
All Known Implementing Classes:
ExecutionEnvironmentTestFcInItf, ExecutionEnvironmentTestFcOutItf, ExecutionEnvironmentTestFcSR, ExecutionEnvironmentTestImpl, ExecutionEnvironmentTestInterceptorSCALCb56bb98SCACCIntent

public interface ExecutionEnvironmentTest
extends com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent

Author:
Nicolas Salatge - eBM WebSourcing

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> payload)
           
 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)
           
 
Methods inherited from interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
createSCAComponent, destroySCAComponent, getComponent, getInitializationContext, getName, setInitializationContext, setName, startSCAComponent, stopSCAComponent
 

Method Detail

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

createProviderEndpoint

ProviderEndpoint createProviderEndpoint(java.lang.String name,
                                        java.lang.Class<? extends Service> serviceClass,
                                        java.util.List<org.jdom.Element> payload)
                                        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-2011 eBM WebSourcing. All Rights Reserved.