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

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

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

Methods in com.ebmwebsourcing.easyviper.environment.test.env.api that return types with arguments of type Operation
 java.util.List<Operation> Service.getOperations()
           
 

Methods in com.ebmwebsourcing.easyviper.environment.test.env.api with parameters of type Operation
 void Service.addOperation(Operation op)
           
 

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

Classes in com.ebmwebsourcing.easyviper.environment.test.env.impl that implement Operation
 class OperationImpl
           
 

Methods in com.ebmwebsourcing.easyviper.environment.test.env.impl that return types with arguments of type Operation
 java.util.List<Operation> AbstractServiceImpl.getOperations()
           
 

Methods in com.ebmwebsourcing.easyviper.environment.test.env.impl with parameters of type Operation
 void AbstractServiceImpl.addOperation(Operation op)
           
 

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

Methods in com.ebmwebsourcing.easyviper.environment.test.util that return Operation
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.
 

Methods in com.ebmwebsourcing.easyviper.environment.test.util with parameters of type Operation
static void MockServiceBuilder.addMessageExchangeInstances2Operation(Operation op, 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)
           
 



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