com.eviware.soapui.impl.wsdl.submit.transports.http
Interface BaseHttpRequestTransport

All Superinterfaces:
RequestTransport
All Known Implementing Classes:
HttpClientRequestTransport

public interface BaseHttpRequestTransport
extends RequestTransport

Base for HTTP transports

Author:
Ole.Matzura

Field Summary
static java.lang.String HOST_CONFIGURATION
           
static java.lang.String HTTP_CLIENT
           
static java.lang.String HTTP_METHOD
           
static java.lang.String POST_METHOD
           
static java.lang.String REQUEST_CONTENT
           
static java.lang.String RESPONSE
           
 
Fields inherited from interface com.eviware.soapui.impl.wsdl.submit.RequestTransport
REQUEST_TRANSPORT, WSDL_REQUEST
 
Method Summary
 
Methods inherited from interface com.eviware.soapui.impl.wsdl.submit.RequestTransport
abortRequest, addRequestFilter, removeRequestFilter, sendRequest
 

Field Detail

HTTP_METHOD

static final java.lang.String HTTP_METHOD
See Also:
Constant Field Values

POST_METHOD

static final java.lang.String POST_METHOD
See Also:
Constant Field Values

HTTP_CLIENT

static final java.lang.String HTTP_CLIENT
See Also:
Constant Field Values

HOST_CONFIGURATION

static final java.lang.String HOST_CONFIGURATION
See Also:
Constant Field Values

REQUEST_CONTENT

static final java.lang.String REQUEST_CONTENT
See Also:
Constant Field Values

RESPONSE

static final java.lang.String RESPONSE
See Also:
Constant Field Values


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