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

Packages that use ExtendedHttpMethod
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.http.support.methods   
com.eviware.soapui.impl.wsdl.support.wsa   
 

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

Methods in com.eviware.soapui.impl.wsdl.submit.transports.http with parameters of type ExtendedHttpMethod
protected  void BaseHttpResponse.initHeaders(ExtendedHttpMethod httpMethod)
           
 

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

Uses of ExtendedHttpMethod 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 ExtendedHttpMethod
MimeMessageResponse(AbstractHttpRequest<?> httpRequest, ExtendedHttpMethod httpMethod, java.lang.String requestContent, PropertyExpansionContext context)
           
PostResponseDataSource(ExtendedHttpMethod postMethod)
           
WsdlMimeMessageResponse(WsdlRequest httpRequest, ExtendedHttpMethod httpMethod, java.lang.String requestContent, PropertyExpansionContext context)
           
WsdlSinglePartHttpResponse(WsdlRequest wsdlRequest, ExtendedHttpMethod postMethod, java.lang.String requestContent, PropertyExpansionContext context)
           
 

Uses of ExtendedHttpMethod in com.eviware.soapui.impl.wsdl.submit.transports.http.support.methods
 

Classes in com.eviware.soapui.impl.wsdl.submit.transports.http.support.methods that implement ExtendedHttpMethod
 class ExtendedDeleteMethod
          Extended PostMethod that supports limiting of response size and detailed timestamps
 class ExtendedGetMethod
          Extended PostMethod that supports limiting of response size and detailed timestamps
 class ExtendedPostMethod
          Extended PostMethod that supports limiting of response size and detailed timestamps
 class ExtendedPutMethod
          Extended PostMethod that supports limiting of response size and detailed timestamps
 

Uses of ExtendedHttpMethod in com.eviware.soapui.impl.wsdl.support.wsa
 

Methods in com.eviware.soapui.impl.wsdl.support.wsa with parameters of type ExtendedHttpMethod
 java.lang.String WsaUtils.addWSAddressingRequest(WsaContainer wsaContainer, ExtendedHttpMethod httpMethod)
           
 



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