Uses of Interface
com.ebmwebsourcing.easyviper.environment.test.env.api.Service

Packages that use Service
com.ebmwebsourcing.easyviper.environment.test.env.api   
com.ebmwebsourcing.easyviper.environment.test.env.impl   
com.ebmwebsourcing.easyviper.environment.test.util   
 

Uses of Service in com.ebmwebsourcing.easyviper.environment.test.env.api
 

Methods in com.ebmwebsourcing.easyviper.environment.test.env.api that return Service
 Service ProviderEndpointFcSR.getMockService()
           
 Service ProviderEndpointInterceptorSCALCb56bb98SCACCIntent.getMockService()
           
 Service ProviderEndpoint.getMockService()
           
 Service ProviderEndpointFcInItf.getMockService()
           
 Service Operation.getService()
           
 

Methods in com.ebmwebsourcing.easyviper.environment.test.env.api with parameters of type Service
 void ProviderEndpointFcSR.setMockService(Service arg0)
           
 void ProviderEndpointInterceptorSCALCb56bb98SCACCIntent.setMockService(Service arg0)
           
 void ProviderEndpoint.setMockService(Service s)
           
 void ProviderEndpointFcInItf.setMockService(Service arg0)
           
 void Operation.setService(Service service)
           
 

Method parameters in com.ebmwebsourcing.easyviper.environment.test.env.api with type arguments of type Service
 ProviderEndpoint ExecutionEnvironmentTestInterceptorSCALCb56bb98SCACCIntent.createProviderEndpoint(java.lang.String arg0, java.lang.Class<? extends Service> arg1)
           
 ProviderEndpoint ExecutionEnvironmentTest.createProviderEndpoint(java.lang.String name, java.lang.Class<? extends Service> serviceClass)
           
 ProviderEndpoint ExecutionEnvironmentTestFcInItf.createProviderEndpoint(java.lang.String arg0, java.lang.Class<? extends Service> arg1)
           
 ProviderEndpoint ExecutionEnvironmentTestFcSR.createProviderEndpoint(java.lang.String arg0, java.lang.Class<? extends Service> arg1)
           
 ProviderEndpoint ExecutionEnvironmentTestInterceptorSCALCb56bb98SCACCIntent.createProviderEndpoint(java.lang.String arg0, java.lang.Class<? extends Service> arg1, java.util.List<org.jdom.Element> arg2)
           
 ProviderEndpoint ExecutionEnvironmentTest.createProviderEndpoint(java.lang.String name, java.lang.Class<? extends Service> serviceClass, java.util.List<org.jdom.Element> payload)
           
 ProviderEndpoint ExecutionEnvironmentTestFcInItf.createProviderEndpoint(java.lang.String arg0, java.lang.Class<? extends Service> arg1, java.util.List<org.jdom.Element> arg2)
           
 ProviderEndpoint ExecutionEnvironmentTestFcSR.createProviderEndpoint(java.lang.String arg0, java.lang.Class<? extends Service> arg1, java.util.List<org.jdom.Element> arg2)
           
 

Uses of Service in com.ebmwebsourcing.easyviper.environment.test.env.impl
 

Classes in com.ebmwebsourcing.easyviper.environment.test.env.impl that implement Service
 class AbstractServiceImpl
           
 

Methods in com.ebmwebsourcing.easyviper.environment.test.env.impl that return Service
 Service ProviderEndpointImpl.getMockService()
           
 Service OperationImpl.getService()
           
 

Methods in com.ebmwebsourcing.easyviper.environment.test.env.impl with parameters of type Service
 void ProviderEndpointImpl.setMockService(Service s)
           
 void OperationImpl.setService(Service service)
           
 

Method parameters in com.ebmwebsourcing.easyviper.environment.test.env.impl with type arguments of type Service
 ProviderEndpoint ExecutionEnvironmentTestImpl.createProviderEndpoint(java.lang.String name, java.lang.Class<? extends Service> serviceClass)
           
 ProviderEndpoint ExecutionEnvironmentTestImpl.createProviderEndpoint(java.lang.String name, java.lang.Class<? extends Service> serviceClass, java.util.List<org.jdom.Element> payloads)
           
 

Constructors in com.ebmwebsourcing.easyviper.environment.test.env.impl with parameters of type Service
OperationImpl(java.lang.String name, java.lang.String pattern, Service service)
           
 

Uses of Service in com.ebmwebsourcing.easyviper.environment.test.util
 

Methods in com.ebmwebsourcing.easyviper.environment.test.util with parameters of type Service
static Operation MockServiceBuilder.buildOperation(java.lang.String operationName, Service service, java.io.File requestXmlFile, javax.xml.namespace.QName requestMessageName, java.io.File responseXmlFile, javax.xml.namespace.QName responseMessageName, java.io.File faultXmlFile, javax.xml.namespace.QName faultMessageName, java.lang.Class<? extends com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage> clazz)
          Build a full Operation object with all information set.
 



Copyright © 2009-2011 eBM WebSourcing. All Rights Reserved.