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

Packages that use WsdlRequest
com.eviware.soapui.impl.support   
com.eviware.soapui.impl.support.components WsdlRequest editor-classes 
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.submit.filters Available RequestFilters 
com.eviware.soapui.impl.wsdl.submit.transports.http RequestTransport implementations 
com.eviware.soapui.impl.wsdl.submit.transports.http.support.attachments   
com.eviware.soapui.impl.wsdl.submit.transports.jms   
com.eviware.soapui.impl.wsdl.support.wsrm   
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.impl.wsdl.teststeps.registry TestStep registry and factories 
com.eviware.soapui.support.editor.inspectors.wsa   
com.eviware.soapui.support.editor.inspectors.wsrm   
com.eviware.soapui.support.editor.inspectors.wss   
com.eviware.soapui.support.editor.views.xml.source Default XML Source View classes 
 

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

Methods in com.eviware.soapui.impl.support with parameters of type WsdlRequest
 void AbstractHttpRequestInterface.copyAttachmentsTo(WsdlRequest newRequest)
           
 void AbstractHttpRequest.copyAttachmentsTo(WsdlRequest newRequest)
           
 

Uses of WsdlRequest in com.eviware.soapui.impl.support.components
 

Constructors in com.eviware.soapui.impl.support.components with parameters of type WsdlRequest
RequestXmlDocument(WsdlRequest request)
           
ResponseXmlDocument(WsdlRequest request)
           
 

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)
           
 WsdlRequest WsdlOperation.getRequestAt(int index)
           
 WsdlRequest WsdlOperation.getRequestByName(java.lang.String requestName)
           
 

Methods in com.eviware.soapui.impl.wsdl that return types with arguments of type WsdlRequest
 WsdlSubmit<WsdlRequest> WsdlRequest.submit(SubmitContext submitContext, boolean async)
           
 

Methods in com.eviware.soapui.impl.wsdl with parameters of type WsdlRequest
 void WsdlRequest.copyTo(WsdlRequest newRequest, boolean copyAttachments, boolean copyHeaders)
           
 void WsdlOperation.removeRequest(WsdlRequest request)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.actions.request with parameters of type WsdlRequest
protected  boolean AddRequestAsMockResponseStepAction.addMockResponse(WsdlTestCase testCase, WsdlRequest request)
           
 WsdlTestRequestStep AddRequestToTestCaseAction.addRequest(WsdlTestCase testCase, WsdlRequest request, int position)
           
 void RenameRequestAction.perform(WsdlRequest request, java.lang.Object param)
           
 void DeleteRequestAction.perform(WsdlRequest request, java.lang.Object param)
           
 void CloneRequestAction.perform(WsdlRequest request, java.lang.Object param)
           
 void AddRequestToTestCaseAction.perform(WsdlRequest request, java.lang.Object param)
           
 void AddRequestToMockServiceAction.perform(WsdlRequest request, java.lang.Object param)
           
 void AddRequestAsMockResponseStepAction.perform(WsdlRequest request, java.lang.Object param)
           
 

Constructors in com.eviware.soapui.impl.wsdl.actions.request with parameters of type WsdlRequest
AddWsaHeadersToRequestAction(WsdlRequest request)
           
AddWSSUsernameTokenAction(WsdlRequest request)
           
AddWSTimestampAction(WsdlRequest request)
           
ApplyOutgoingWSSToRequestAction(WsdlRequest request, OutgoingWss outgoing)
           
CreateEmptyRequestAction(WsdlRequest request)
           
RecreateRequestAction(WsdlRequest request)
           
RemoveAllOutgoingWSSFromRequestAction(WsdlRequest request)
           
RemoveWsaHeadersFromRequestAction(WsdlRequest request)
           
 

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

Classes in com.eviware.soapui.impl.wsdl.panels.request with type parameters of type WsdlRequest
 class AbstractWsdlRequestDesktopPanel<T extends ModelItem,T2 extends WsdlRequest>
          Abstract DesktopPanel for WsdlRequests
 

Methods in com.eviware.soapui.impl.wsdl.panels.request with parameters of type WsdlRequest
 WsdlRequestDesktopPanel WsdlRequestPanelBuilder.buildDesktopPanel(WsdlRequest request)
           
 javax.swing.JPanel WsdlRequestPanelBuilder.buildOverviewPanel(WsdlRequest request)
           
protected  void WsdlRequestDesktopPanel.init(WsdlRequest request)
           
 

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

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

Methods in com.eviware.soapui.impl.wsdl.panels.request.actions with parameters of type WsdlRequest
protected  void WSIValidateRequestAction.generate(StringToStringMap values, ToolHost toolHost, WsdlRequest modelItem)
           
 void SubmitWsdlRequestAction.perform(WsdlRequest target, java.lang.Object param)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.submit.filters with parameters of type WsdlRequest
 void AbstractRequestFilter.afterWsdlRequest(SubmitContext context, WsdlRequest request)
           
 void WssRequestFilter.filterWsdlRequest(SubmitContext context, WsdlRequest wsdlRequest)
           
 void WssAuthenticationRequestFilter.filterWsdlRequest(SubmitContext context, WsdlRequest wsdlRequest)
           
 void WsdlPackagingRequestFilter.filterWsdlRequest(SubmitContext context, WsdlRequest request)
           
 void SoapHeadersRequestFilter.filterWsdlRequest(SubmitContext context, WsdlRequest wsdlRequest)
           
 void AbstractRequestFilter.filterWsdlRequest(SubmitContext context, WsdlRequest request)
           
protected  void WsdlPackagingRequestFilter.initRootPart(WsdlRequest wsdlRequest, java.lang.String requestContent, javax.mail.internet.MimeMultipart mp, boolean isXOP)
          Creates root BodyPart containing message
protected  java.lang.String WsdlPackagingRequestFilter.initWsdlRequest(WsdlRequest wsdlRequest, ExtendedPostMethod postMethod, java.lang.String requestContent)
           
 

Constructors in com.eviware.soapui.impl.wsdl.submit.filters with parameters of type WsdlRequest
WsdlRequestCredentialsProvider(WsdlRequest wsdlRequest)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.submit.transports.http that return WsdlRequest
 WsdlRequest WsdlResponse.getRequest()
           
 

Uses of WsdlRequest in com.eviware.soapui.impl.wsdl.submit.transports.http.support.attachments
 

Methods in com.eviware.soapui.impl.wsdl.submit.transports.http.support.attachments that return WsdlRequest
 WsdlRequest WsdlSinglePartHttpResponse.getRequest()
           
 WsdlRequest WsdlMimeMessageResponse.getRequest()
           
 

Constructors in com.eviware.soapui.impl.wsdl.submit.transports.http.support.attachments with parameters of type WsdlRequest
WsdlMimeMessageResponse(WsdlRequest httpRequest, ExtendedHttpMethod httpMethod, java.lang.String requestContent, PropertyExpansionContext context)
           
WsdlRequestDataSource(WsdlRequest wsdlRequest, java.lang.String requestContent, boolean isXOP)
           
WsdlRequestMimeMessageRequestEntity(javax.mail.internet.MimeMessage message, boolean isXOP, WsdlRequest wsdlRequest)
           
WsdlSinglePartHttpResponse(WsdlRequest wsdlRequest, ExtendedHttpMethod postMethod, java.lang.String requestContent, PropertyExpansionContext context)
           
 

Uses of WsdlRequest in com.eviware.soapui.impl.wsdl.submit.transports.jms
 

Methods in com.eviware.soapui.impl.wsdl.submit.transports.jms that return WsdlRequest
 WsdlRequest JMSResponse.getRequest()
           
 

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

Methods in com.eviware.soapui.impl.wsdl.support.wsrm with parameters of type WsdlRequest
 java.lang.String WsrmUtils.createNewWSReliableMessagingRequest(WsdlRequest wsrmContainer, ExtendedHttpMethod httpMethod, java.lang.String identifier, long msgNumber, java.lang.String endpoint)
           
 

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
 

Methods in com.eviware.soapui.impl.wsdl.teststeps that return WsdlRequest
 WsdlRequest WsdlResponseMessageExchange.getRequest()
           
 

Constructors in com.eviware.soapui.impl.wsdl.teststeps with parameters of type WsdlRequest
WsdlResponseMessageExchange(WsdlRequest request)
           
 

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

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

Uses of WsdlRequest in com.eviware.soapui.support.editor.inspectors.wsa
 

Constructors in com.eviware.soapui.support.editor.inspectors.wsa with parameters of type WsdlRequest
WsdlRequestWsaInspector(WsdlRequest request)
           
 

Uses of WsdlRequest in com.eviware.soapui.support.editor.inspectors.wsrm
 

Constructors in com.eviware.soapui.support.editor.inspectors.wsrm with parameters of type WsdlRequest
WsdlRequestWsrmInspector(WsdlRequest request)
           
WsdlRequestWsrmPiggybackInspector(WsdlRequest request)
           
 

Uses of WsdlRequest in com.eviware.soapui.support.editor.inspectors.wss
 

Constructors in com.eviware.soapui.support.editor.inspectors.wss with parameters of type WsdlRequest
WssInspectorFactory.WsdlResponseWssInspector(WsdlRequest response)
           
 

Uses of WsdlRequest in com.eviware.soapui.support.editor.views.xml.source
 

Methods in com.eviware.soapui.support.editor.views.xml.source that return WsdlRequest
 WsdlRequest XmlSourceEditorViewFactory.WsdlRequestXmlSourceEditor.getRequest()
           
 

Constructors in com.eviware.soapui.support.editor.views.xml.source with parameters of type WsdlRequest
XmlSourceEditorViewFactory.WsdlRequestXmlSourceEditor(XmlEditor xmlEditor, WsdlRequest request)
           
XmlSourceEditorViewFactory.WsdlResponseXmlSourceEditor(XmlEditor xmlEditor, WsdlRequest request)
           
 



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