Uses of Class
com.eviware.soapui.impl.wsdl.WsdlOperation

Packages that use WsdlOperation
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.impl.wsdl.actions.mockservice   
com.eviware.soapui.impl.wsdl.actions.operation WSDL Operation implementation actions 
com.eviware.soapui.impl.wsdl.mock   
com.eviware.soapui.impl.wsdl.panels.mockoperation   
com.eviware.soapui.impl.wsdl.panels.operation WsdlOperation related panel classes 
com.eviware.soapui.impl.wsdl.submit Submit-specific interfaces 
com.eviware.soapui.impl.wsdl.submit.transports.http RequestTransport implementations 
com.eviware.soapui.impl.wsdl.support WSDL-related support classes 
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.impl.wsdl.teststeps.registry TestStep registry and factories 
 

Uses of WsdlOperation in com.eviware.soapui.impl.wsdl
 

Methods in com.eviware.soapui.impl.wsdl that return WsdlOperation
 WsdlOperation WsdlInterface.addNewOperation(javax.wsdl.BindingOperation operation)
           
 WsdlOperation WsdlRequest.getOperation()
           
 WsdlOperation WsdlInterface.getOperationAt(int index)
           
 WsdlOperation WsdlInterface.getOperationByName(java.lang.String name)
           
 

Methods in com.eviware.soapui.impl.wsdl with parameters of type WsdlOperation
 void WsdlInterface.fireOperationAdded(WsdlOperation operation)
           
 void WsdlInterface.fireOperationRemoved(WsdlOperation operation)
           
 void WsdlInterface.fireOperationUpdated(WsdlOperation operation)
           
 

Constructors in com.eviware.soapui.impl.wsdl with parameters of type WsdlOperation
WsdlRequest(WsdlOperation operation, com.eviware.soapui.config.CallConfig callConfig)
           
 

Uses of WsdlOperation in com.eviware.soapui.impl.wsdl.actions.mockservice
 

Methods in com.eviware.soapui.impl.wsdl.actions.mockservice that return WsdlOperation
 WsdlOperation AddNewMockOperationAction.OperationWrapper.getOperation()
           
 

Constructors in com.eviware.soapui.impl.wsdl.actions.mockservice with parameters of type WsdlOperation
AddNewMockOperationAction.OperationWrapper(WsdlOperation operation)
           
 

Uses of WsdlOperation in com.eviware.soapui.impl.wsdl.actions.operation
 

Methods in com.eviware.soapui.impl.wsdl.actions.operation with parameters of type WsdlOperation
 void AddToMockServiceAction.actionPerformed(java.awt.event.ActionEvent arg0, WsdlOperation operation)
           
 

Constructors in com.eviware.soapui.impl.wsdl.actions.operation with parameters of type WsdlOperation
AddToMockServiceAction(WsdlOperation operation)
           
AddToMockServiceAction(WsdlOperation operation, WsdlRequest request)
           
NewRequestAction(WsdlOperation operation)
           
RelabelOperationAction(WsdlOperation operation)
           
 

Uses of WsdlOperation in com.eviware.soapui.impl.wsdl.mock
 

Methods in com.eviware.soapui.impl.wsdl.mock that return WsdlOperation
 WsdlOperation WsdlMockOperation.getOperation()
           
 

Methods in com.eviware.soapui.impl.wsdl.mock with parameters of type WsdlOperation
 WsdlMockOperation WsdlMockService.addNewMockOperation(WsdlOperation operation)
           
 void WsdlMockOperation.setOperation(WsdlOperation operation)
           
 

Constructors in com.eviware.soapui.impl.wsdl.mock with parameters of type WsdlOperation
WsdlMockOperation(WsdlMockService mockService, com.eviware.soapui.config.MockOperationConfig config, WsdlOperation operation)
           
 

Uses of WsdlOperation in com.eviware.soapui.impl.wsdl.panels.mockoperation
 

Methods in com.eviware.soapui.impl.wsdl.panels.mockoperation that return WsdlOperation
 WsdlOperation WsdlMockResultMessageExchange.getOperation()
           
 WsdlOperation WsdlMockResponseMessageExchange.getOperation()
           
 

Uses of WsdlOperation in com.eviware.soapui.impl.wsdl.panels.operation
 

Methods in com.eviware.soapui.impl.wsdl.panels.operation with parameters of type WsdlOperation
 javax.swing.JPanel WsdlOperationPanelBuilder.buildOverviewPanel(WsdlOperation operation)
           
 

Uses of WsdlOperation in com.eviware.soapui.impl.wsdl.submit
 

Methods in com.eviware.soapui.impl.wsdl.submit that return WsdlOperation
abstract  WsdlOperation WsdlMessageExchange.getOperation()
           
 

Uses of WsdlOperation in com.eviware.soapui.impl.wsdl.submit.transports.http
 

Methods in com.eviware.soapui.impl.wsdl.submit.transports.http with parameters of type WsdlOperation
static java.util.List<WsdlAttachmentPart> AttachmentUtils.extractAttachmentParts(WsdlOperation operation, java.lang.String requestContent, boolean addAnonymous)
           
 

Uses of WsdlOperation in com.eviware.soapui.impl.wsdl.support
 

Constructors in com.eviware.soapui.impl.wsdl.support with parameters of type WsdlOperation
MessageXmlObject(WsdlOperation operation, java.lang.String messageContent, boolean isRequest)
           
 

Uses of WsdlOperation in com.eviware.soapui.impl.wsdl.teststeps
 

Methods in com.eviware.soapui.impl.wsdl.teststeps that return WsdlOperation
 WsdlOperation WsdlResponseMessageExchange.getOperation()
           
 

Constructors in com.eviware.soapui.impl.wsdl.teststeps with parameters of type WsdlOperation
WsdlTestRequest(WsdlOperation operation, com.eviware.soapui.config.CallConfig callConfig, WsdlTestRequestStep testStep)
           
 

Uses of WsdlOperation in com.eviware.soapui.impl.wsdl.teststeps.registry
 

Methods in com.eviware.soapui.impl.wsdl.teststeps.registry with parameters of type WsdlOperation
static com.eviware.soapui.config.TestStepConfig WsdlTestRequestStepFactory.createConfig(WsdlOperation operation, java.lang.String stepName)
           
 



Copyright © 2005-2007 eviware.com. All Rights Reserved.