Uses of Interface
com.eviware.soapui.impl.support.http.HttpRequestInterface

Packages that use HttpRequestInterface
com.eviware.soapui.impl.rest   
com.eviware.soapui.impl.rest.panels.request.views.html   
com.eviware.soapui.impl.rest.panels.request.views.json   
com.eviware.soapui.impl.support.http   
com.eviware.soapui.impl.support.panels   
com.eviware.soapui.impl.support.wsa   
com.eviware.soapui.impl.wsdl.submit.filters Available RequestFilters 
com.eviware.soapui.impl.wsdl.submit.transports.http.support.attachments   
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
 

Uses of HttpRequestInterface in com.eviware.soapui.impl.rest
 

Subinterfaces of HttpRequestInterface in com.eviware.soapui.impl.rest
 interface RestRequestInterface
           
 

Classes in com.eviware.soapui.impl.rest that implement HttpRequestInterface
 class RestRequest
          Request implementation holding a SOAP request
 

Uses of HttpRequestInterface in com.eviware.soapui.impl.rest.panels.request.views.html
 

Constructors in com.eviware.soapui.impl.rest.panels.request.views.html with parameters of type HttpRequestInterface
HttpHtmlResponseView(AbstractHttpXmlRequestDesktopPanel.HttpResponseMessageEditor httpRequestMessageEditor, HttpRequestInterface<?> httpRequest)
           
 

Uses of HttpRequestInterface in com.eviware.soapui.impl.rest.panels.request.views.json
 

Constructors in com.eviware.soapui.impl.rest.panels.request.views.json with parameters of type HttpRequestInterface
JsonResponseView(AbstractHttpXmlRequestDesktopPanel.HttpResponseMessageEditor httpRequestMessageEditor, HttpRequestInterface<?> httpRequest)
           
 

Uses of HttpRequestInterface in com.eviware.soapui.impl.support.http
 

Classes in com.eviware.soapui.impl.support.http that implement HttpRequestInterface
 class HttpRequest
           
 

Methods in com.eviware.soapui.impl.support.http that return HttpRequestInterface
 HttpRequestInterface<?> HttpRequestContentView.getRestRequest()
           
 

Constructors in com.eviware.soapui.impl.support.http with parameters of type HttpRequestInterface
HttpRequestContentView(AbstractHttpXmlRequestDesktopPanel.HttpRequestMessageEditor httpRequestMessageEditor, HttpRequestInterface<?> httpRequest)
           
 

Uses of HttpRequestInterface in com.eviware.soapui.impl.support.panels
 

Classes in com.eviware.soapui.impl.support.panels with type parameters of type HttpRequestInterface
 class AbstractHttpXmlRequestDesktopPanel<T extends ModelItem,T2 extends HttpRequestInterface<?>>
           
 

Methods in com.eviware.soapui.impl.support.panels that return HttpRequestInterface
 HttpRequestInterface<?> AbstractHttpXmlRequestDesktopPanel.HttpRequestDocument.getRequest()
           
 HttpRequestInterface<?> AbstractHttpXmlRequestDesktopPanel.HttpResponseDocument.getRequest()
           
 

Constructors in com.eviware.soapui.impl.support.panels with parameters of type HttpRequestInterface
AbstractHttpXmlRequestDesktopPanel.HttpRequestDocument(HttpRequestInterface<?> modelItem)
           
AbstractHttpXmlRequestDesktopPanel.HttpRequestMessageEditor(HttpRequestInterface<?> modelItem)
           
AbstractHttpXmlRequestDesktopPanel.HttpResponseDocument(HttpRequestInterface<?> modelItem)
           
AbstractHttpXmlRequestDesktopPanel.HttpResponseMessageEditor(HttpRequestInterface<?> modelItem)
           
 

Uses of HttpRequestInterface in com.eviware.soapui.impl.support.wsa
 

Classes in com.eviware.soapui.impl.support.wsa that implement HttpRequestInterface
 class WsaRequest
           
 

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

Methods in com.eviware.soapui.impl.wsdl.submit.filters with parameters of type HttpRequestInterface
 void HttpRequestFilter.filterHttpRequest(SubmitContext context, HttpRequestInterface<?> request)
           
 void AbstractRequestFilter.filterHttpRequest(SubmitContext context, HttpRequestInterface<?> request)
           
protected  void HttpRequestFilter.initRootPart(HttpRequestInterface<?> wsdlRequest, java.lang.String requestContent, javax.mail.internet.MimeMultipart mp)
           
 

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

Constructors in com.eviware.soapui.impl.wsdl.submit.transports.http.support.attachments with parameters of type HttpRequestInterface
HttpRequestDataSource(HttpRequestInterface<?> restRequest, java.lang.String requestContent)
           
HttpRequestMimeMessageRequestEntity(javax.mail.internet.MimeMessage message, HttpRequestInterface<?> restRequest)
           
RestRequestDataSource(HttpRequestInterface<?> restRequest, java.lang.String requestContent)
           
RestRequestMimeMessageRequestEntity(javax.mail.internet.MimeMessage message, HttpRequestInterface<?> restRequest)
           
 

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

Subinterfaces of HttpRequestInterface in com.eviware.soapui.impl.wsdl.teststeps
 interface HttpTestRequestInterface<T extends AbstractRequestConfig>
           
 interface RestTestRequestInterface
           
 

Classes in com.eviware.soapui.impl.wsdl.teststeps that implement HttpRequestInterface
 class HttpTestRequest
           
 class RestTestRequest
           
 

Constructors in com.eviware.soapui.impl.wsdl.teststeps with parameters of type HttpRequestInterface
HttpResponseMessageExchange(HttpRequestInterface<?> request)
           
 



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