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

Packages that use WsdlRequest
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.impl.wsdl.actions.request WsdlRequest related actions 
com.eviware.soapui.impl.wsdl.panels.request WsdlRequest / WsdlTestRequest related panel classes 
com.eviware.soapui.impl.wsdl.panels.request.actions WsdlRequestDesktopPanel actions 
com.eviware.soapui.impl.wsdl.panels.request.support Support classes for request-editors 
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
 

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

Methods in com.eviware.soapui.impl.wsdl that return WsdlRequest
 WsdlRequest WsdlOperation.addNewRequest(java.lang.String name)
           
 

Methods in com.eviware.soapui.impl.wsdl with parameters of type WsdlRequest
 WsdlTestRequestStep WsdlTestCase.addTestRequestStep(WsdlRequest request, java.lang.String name)
           
 void WsdlInterface.notifyRequestAdded(WsdlRequest request)
           
 void WsdlInterface.notifyRequestRemoved(WsdlRequest request)
           
 void WsdlOperation.removeRequest(WsdlRequest request)
           
 

Constructors in com.eviware.soapui.impl.wsdl with parameters of type WsdlRequest
WsdlSubmit(WsdlRequest wsdlRequest, SubmitListener[] listeners)
           
 

Uses of WsdlRequest in com.eviware.soapui.impl.wsdl.actions.request
 

Constructors in com.eviware.soapui.impl.wsdl.actions.request with parameters of type WsdlRequest
AddToTestCaseAction(WsdlRequest request)
           
CloneRequestAction(WsdlRequest request)
           
CreateEmptyRequestAction(WsdlRequest request)
           
DeleteRequestAction(WsdlRequest request)
           
RecreateRequestAction(WsdlRequest request)
           
RenameRequestAction(WsdlRequest request)
           
 

Uses of WsdlRequest in com.eviware.soapui.impl.wsdl.panels.request
 

Methods in com.eviware.soapui.impl.wsdl.panels.request that return WsdlRequest
 WsdlRequest WsdlRequestPanelBuilder.getRequest()
           
 

Constructors in com.eviware.soapui.impl.wsdl.panels.request with parameters of type WsdlRequest
WsdlRequestDesktopPanel(WsdlRequest request)
           
WsdlRequestPanelBuilder(WsdlRequest request)
           
 

Uses of WsdlRequest in com.eviware.soapui.impl.wsdl.panels.request.actions
 

Constructors in com.eviware.soapui.impl.wsdl.panels.request.actions with parameters of type WsdlRequest
ValidateRequestXmlAction(WsdlRequest request, javax.swing.JComponent container, javax.swing.DefaultListModel errorListModel, javax.swing.JSplitPane splitPane, JXmlTextArea textArea)
           
ValidateResponseXmlAction(WsdlRequest request, javax.swing.JComponent container, javax.swing.DefaultListModel errorListModel, javax.swing.JSplitPane splitPane, JXmlTextArea textArea)
           
 

Uses of WsdlRequest in com.eviware.soapui.impl.wsdl.panels.request.support
 

Constructors in com.eviware.soapui.impl.wsdl.panels.request.support with parameters of type WsdlRequest
EndpointsComboBoxModel(WsdlRequest request)
           
 

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

Subclasses of WsdlRequest in com.eviware.soapui.impl.wsdl.teststeps
 class WsdlTestRequest
          WsdlRequest extension that adds WsdlAssertions
 

Constructors in com.eviware.soapui.impl.wsdl.teststeps with parameters of type WsdlRequest
WsdlTestRequestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig testStep, WsdlRequest request)
           
 



Copyright © 2005 eviware.com. All Rights Reserved.