|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HttpResponse in com.eviware.soapui.impl.rest |
---|
Methods in com.eviware.soapui.impl.rest with parameters of type HttpResponse | |
---|---|
void |
RestRequestInterface.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.inspectors.representations |
---|
Methods in com.eviware.soapui.impl.rest.panels.request.inspectors.representations with parameters of type HttpResponse | |
---|---|
protected void |
RestRequestRepresentationsInspector.extractRepresentation(HttpResponse response)
|
protected void |
RestResponseRepresentationsInspector.extractRepresentation(HttpResponse response,
RestRepresentation.Type type)
|
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 |
HttpHtmlResponseView.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 |
JsonResponseView.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 |
AbstractHttpRequestInterface.getResponse()
|
HttpResponse |
AbstractHttpRequest.getResponse()
|
Methods in com.eviware.soapui.impl.support with parameters of type HttpResponse | |
---|---|
void |
AbstractHttpRequestInterface.setResponse(HttpResponse response,
SubmitContext context)
|
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 |
RestResponseMessageExchange.getResponse()
|
HttpResponse |
RestRequestStepResult.getResponse()
|
HttpResponse |
HttpResponseMessageExchange.getResponse()
|
Methods in com.eviware.soapui.impl.wsdl.teststeps with parameters of type HttpResponse | |
---|---|
void |
RestResponseMessageExchange.setResponse(HttpResponse response)
|
void |
RestRequestStepResult.setResponse(HttpResponse response)
|
void |
HttpResponseMessageExchange.setResponse(HttpResponse response)
|
void |
WsdlTestRequest.setResponse(HttpResponse response,
SubmitContext context)
|
void |
RestTestRequest.setResponse(HttpResponse response,
SubmitContext context)
|
void |
HttpTestRequest.setResponse(HttpResponse response,
SubmitContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |