|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
ProviderEndpoint.getService()
|
Service |
Operation.getService()
|
| Methods in com.ebmwebsourcing.easyviper.environment.test.env.api with parameters of type Service | |
|---|---|
void |
ProviderEndpoint.setService(Service s)
|
void |
Operation.setService(Service service)
|
| Method parameters in com.ebmwebsourcing.easyviper.environment.test.env.api with type arguments of type Service | |
|---|---|
ProviderEndpoint |
ExecutionEnvironmentTest.createProviderEndpoint(java.lang.String name,
java.lang.Class<? extends Service> serviceClass)
|
| 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.getService()
|
Service |
OperationImpl.getService()
|
| Methods in com.ebmwebsourcing.easyviper.environment.test.env.impl with parameters of type Service | |
|---|---|
void |
ProviderEndpointImpl.setService(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)
|
| 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,
java.lang.String requestMessageName,
java.io.File responseXmlFile,
java.lang.String responseMessageName,
java.io.File faultXmlFile,
java.lang.String faultMessageName,
java.lang.Class<? extends com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage> clazz)
Build a full Operation object with all information set. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||