Uses of Interface
com.eviware.soapui.impl.support.AbstractHttpRequestInterface

Packages that use AbstractHttpRequestInterface
com.eviware.soapui.impl.rest   
com.eviware.soapui.impl.support   
com.eviware.soapui.impl.support.http   
com.eviware.soapui.impl.support.panels   
com.eviware.soapui.impl.support.wsa   
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.impl.wsdl.endpoint   
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.support WSDL-related support classes 
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
 

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

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

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

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

Classes in com.eviware.soapui.impl.support that implement AbstractHttpRequestInterface
 class AbstractHttpRequest<T extends AbstractRequestConfig>
           
 

Constructors in com.eviware.soapui.impl.support with parameters of type AbstractHttpRequestInterface
EndpointsComboBoxModel(AbstractHttpRequestInterface<?> request)
           
 

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

Subinterfaces of AbstractHttpRequestInterface in com.eviware.soapui.impl.support.http
 interface HttpRequestInterface<T extends AbstractRequestConfig>
           
 

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

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

Classes in com.eviware.soapui.impl.support.panels with type parameters of type AbstractHttpRequestInterface
 class AbstractHttpRequestDesktopPanel<T extends ModelItem,T2 extends AbstractHttpRequestInterface<?>>
          Abstract DesktopPanel for HttpRequests
 

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

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

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

Classes in com.eviware.soapui.impl.wsdl with type parameters of type AbstractHttpRequestInterface
 class WsdlSubmit<T extends AbstractHttpRequestInterface<?>>
          Submit implementation for submitting a WsdlRequest
 

Classes in com.eviware.soapui.impl.wsdl that implement AbstractHttpRequestInterface
 class WsdlRequest
          Request implementation holding a SOAP request
 

Uses of AbstractHttpRequestInterface in com.eviware.soapui.impl.wsdl.endpoint
 

Methods in com.eviware.soapui.impl.wsdl.endpoint with parameters of type AbstractHttpRequestInterface
protected  void DefaultEndpointStrategy.applyDefaultsToWsdlRequest(SubmitContext context, AbstractHttpRequestInterface<?> wsdlRequest, DefaultEndpointStrategy.EndpointDefaults def)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.submit.filters with parameters of type AbstractHttpRequestInterface
 void AbstractRequestFilter.afterAbstractHttpResponse(SubmitContext context, AbstractHttpRequestInterface<?> request)
           
 void ScriptExpansionRequestFilter.filterRequest(SubmitContext context, AbstractHttpRequestInterface<?> wsdlRequest)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.submit.transports.http that return AbstractHttpRequestInterface
 AbstractHttpRequestInterface<?> HttpResponse.getRequest()
           
 AbstractHttpRequestInterface<?> BaseHttpResponse.getRequest()
           
 

Constructors in com.eviware.soapui.impl.wsdl.submit.transports.http with parameters of type AbstractHttpRequestInterface
BaseHttpResponse(ExtendedHttpMethod httpMethod, AbstractHttpRequestInterface<?> httpRequest)
           
SinglePartHttpResponse(AbstractHttpRequestInterface<?> httpRequest, ExtendedHttpMethod httpMethod, java.lang.String requestContent, PropertyExpansionContext context)
           
 

Uses of AbstractHttpRequestInterface 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 AbstractHttpRequestInterface
MimeMessageResponse(AbstractHttpRequestInterface<?> httpRequest, ExtendedHttpMethod httpMethod, java.lang.String requestContent, PropertyExpansionContext context)
           
 

Uses of AbstractHttpRequestInterface in com.eviware.soapui.impl.wsdl.support
 

Constructors in com.eviware.soapui.impl.wsdl.support with parameters of type AbstractHttpRequestInterface
RequestFileAttachment(com.eviware.soapui.config.AttachmentConfig config, AbstractHttpRequestInterface<?> request)
           
 

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

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

Classes in com.eviware.soapui.impl.wsdl.teststeps that implement AbstractHttpRequestInterface
 class HttpTestRequest
           
 class RestTestRequest
           
 class WsdlTestRequest
          WsdlRequest extension that adds WsdlAssertions
 



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