Uses of Interface
com.eviware.soapui.impl.wsdl.submit.transports.http.HttpResponse

Packages that use HttpResponse
com.eviware.soapui.impl.rest   
com.eviware.soapui.impl.rest.panels.request   
com.eviware.soapui.impl.rest.panels.request.views.html   
com.eviware.soapui.impl.rest.panels.request.views.json   
com.eviware.soapui.impl.rest.support   
com.eviware.soapui.impl.rest.support.handlers   
com.eviware.soapui.impl.support   
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.teststeps WsdlTestStep implementations 
 

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

Methods in com.eviware.soapui.impl.rest with parameters of type HttpResponse
 void RestRequest.setResponse(HttpResponse response, SubmitContext context)
           
 

Uses of HttpResponse in com.eviware.soapui.impl.rest.panels.request
 

Methods in com.eviware.soapui.impl.rest.panels.request that return HttpResponse
 HttpResponse RestResponseMessageEditor.RestResponseDocument.getResponse()
           
 

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

Methods in com.eviware.soapui.impl.rest.panels.request.views.html with parameters of type HttpResponse
protected  void RestHtmlResponseView.setEditorContent(HttpResponse httpResponse)
           
 

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

Methods in com.eviware.soapui.impl.rest.panels.request.views.json with parameters of type HttpResponse
protected  void RestJsonResponseView.setEditorContent(HttpResponse httpResponse)
           
 

Uses of HttpResponse in com.eviware.soapui.impl.rest.support
 

Methods in com.eviware.soapui.impl.rest.support with parameters of type HttpResponse
 java.lang.String MediaTypeHandler.createXmlRepresentation(HttpResponse response)
           
 

Uses of HttpResponse in com.eviware.soapui.impl.rest.support.handlers
 

Methods in com.eviware.soapui.impl.rest.support.handlers with parameters of type HttpResponse
 java.lang.String JsonMediaTypeHandler.createXmlRepresentation(HttpResponse response)
           
 java.lang.String HtmlMediaTypeHandler.createXmlRepresentation(HttpResponse response)
           
 java.lang.String DefaultMediaTypeHandler.createXmlRepresentation(HttpResponse response)
           
 

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

Methods in com.eviware.soapui.impl.support that return HttpResponse
 HttpResponse AbstractHttpRequest.getResponse()
           
 

Methods in com.eviware.soapui.impl.support with parameters of type HttpResponse
 void AbstractHttpRequest.setResponse(HttpResponse response, SubmitContext context)
           
 

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

Subinterfaces of HttpResponse in com.eviware.soapui.impl.wsdl.submit.transports.http
 interface WsdlResponse
          WSDL-specific extension to response
 

Classes in com.eviware.soapui.impl.wsdl.submit.transports.http that implement HttpResponse
 class BaseHttpResponse
           
 class SinglePartHttpResponse
          Simple response to a request
 

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

Classes in com.eviware.soapui.impl.wsdl.submit.transports.http.support.attachments that implement HttpResponse
 class MimeMessageResponse
          WsdlMockResponse for a MimeResponse
 class WsdlMimeMessageResponse
           
 class WsdlSinglePartHttpResponse
           
 

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

Methods in com.eviware.soapui.impl.wsdl.teststeps that return HttpResponse
 HttpResponse RestRequestStepResult.getResponse()
           
 

Methods in com.eviware.soapui.impl.wsdl.teststeps with parameters of type HttpResponse
 void RestRequestStepResult.setResponse(HttpResponse response)
           
 void WsdlTestRequest.setResponse(HttpResponse response, SubmitContext context)
           
 void RestTestRequest.setResponse(HttpResponse response, SubmitContext context)
           
 



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