com.eviware.soapui.impl.support
Interface AbstractHttpRequestInterface<T extends com.eviware.soapui.config.AbstractRequestConfig>

All Superinterfaces:
AttachmentContainer, ModelItem, MutableAttachmentContainer, PropertyChangeNotifier, PropertyExpansionContainer, Request
All Known Subinterfaces:
HttpRequestInterface<T>, HttpTestRequestInterface<T>, RestRequestInterface, RestTestRequestInterface
All Known Implementing Classes:
AbstractHttpRequest, HttpRequest, HttpTestRequest, RestRequest, RestTestRequest, WsaRequest, WsdlRequest, WsdlTestRequest

public interface AbstractHttpRequestInterface<T extends com.eviware.soapui.config.AbstractRequestConfig>
extends Request, PropertyExpansionContainer, MutableAttachmentContainer


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.eviware.soapui.model.iface.Request
Request.SubmitException
 
Field Summary
static java.lang.String BIND_ADDRESS
           
static java.lang.String DISABLE_MULTIPART_ATTACHMENTS
           
static java.lang.String DUMP_FILE
           
static java.lang.String FOLLOW_REDIRECTS
           
static org.apache.log4j.Logger log
           
static java.lang.String MAX_SIZE
           
static java.lang.String REMOVE_EMPTY_CONTENT
           
static java.lang.String REQUEST_HEADERS_PROPERTY
           
static java.lang.String RESPONSE_PROPERTY
           
static java.lang.String STRIP_WHITESPACES
           
 
Fields inherited from interface com.eviware.soapui.model.iface.Request
ENCODING_PROPERTY, ENDPOINT_PROPERTY, REQUEST_PROPERTY
 
Fields inherited from interface com.eviware.soapui.model.ModelItem
DESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY
 
Fields inherited from interface com.eviware.soapui.impl.wsdl.AttachmentContainer
ATTACHMENTS_PROPERTY
 
Method Summary
 void beforeSave()
           
 void copyAttachmentsTo(WsdlRequest newRequest)
           
 IAfterRequestInjection getAfterRequestInjection()
           
 java.lang.String getBindAddress()
           
 java.lang.String getDomain()
           
 java.lang.String getDumpFile()
           
 javax.swing.ImageIcon getIcon()
           
 AbstractHttpRequest.RequestIconAnimator<?> getIconAnimator()
           
 long getMaxSize()
           
 RestRequestInterface.RequestMethod getMethod()
           
 java.lang.String getPassword()
           
 StringToStringMap getRequestHeaders()
           
 HttpResponse getResponse()
           
 java.lang.String getSslKeystore()
           
 SubmitListener[] getSubmitListeners()
           
 java.lang.String getUsername()
           
 boolean hasEndpoint()
           
 Attachment importAttachment(Attachment attachment)
           
 boolean isEntitizeProperties()
           
 boolean isFollowRedirects()
           
 boolean isPrettyPrint()
           
 boolean isReadOnly()
           
 boolean isRemoveEmptyContent()
           
 boolean isStripWhitespaces()
           
 void release()
           
 void resolve(ResolveContext<?> context)
           
 void setBindAddress(java.lang.String bindAddress)
           
 void setDomain(java.lang.String domain)
           
 void setDumpFile(java.lang.String df)
           
 void setEntitizeProperties(boolean entitizeProperties)
           
 void setFollowRedirects(boolean followRedirects)
           
 void setIconAnimator(AbstractHttpRequest.RequestIconAnimator<?> iconAnimator)
           
 void setMaxSize(long maxSize)
           
 void setMultipartEnabled(boolean multipartEnabled)
           
 void setPassword(java.lang.String password)
           
 void setPrettyPrint(boolean prettyPrint)
           
 void setRemoveEmptyContent(boolean removeEmptyContent)
           
 void setRequestContent(java.lang.String request)
           
 void setRequestHeaders(StringToStringMap map)
           
 void setResponse(HttpResponse response, SubmitContext context)
           
 void setSslKeystore(java.lang.String sslKeystore)
           
 void setStripWhitespaces(boolean stripWhitespaces)
           
 void setUsername(java.lang.String username)
           
 
Methods inherited from interface com.eviware.soapui.model.iface.Request
addSubmitListener, dependsOn, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, getAttachments, getEncoding, getEndpoint, getOperation, getRequestContent, getRequestParts, getResponseParts, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, removeSubmitListener, setEncoding, setEndpoint, submit
 
Methods inherited from interface com.eviware.soapui.model.ModelItem
getChildren, getDescription, getId, getName, getParent, getSettings
 
Methods inherited from interface com.eviware.soapui.support.PropertyChangeNotifier
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from interface com.eviware.soapui.model.propertyexpansion.PropertyExpansionContainer
getPropertyExpansions
 
Methods inherited from interface com.eviware.soapui.impl.wsdl.MutableAttachmentContainer
attachFile, removeAttachment
 
Methods inherited from interface com.eviware.soapui.impl.wsdl.AttachmentContainer
addAttachmentsChangeListener, getAttachmentAt, getAttachmentCount, getAttachmentPart, getAttachments, getAttachmentsForPart, getDefinedAttachmentParts, getModelItem, isMultipartEnabled, removeAttachmentsChangeListener
 

Field Detail

log

static final org.apache.log4j.Logger log

RESPONSE_PROPERTY

static final java.lang.String RESPONSE_PROPERTY

REMOVE_EMPTY_CONTENT

static final java.lang.String REMOVE_EMPTY_CONTENT

STRIP_WHITESPACES

static final java.lang.String STRIP_WHITESPACES

REQUEST_HEADERS_PROPERTY

static final java.lang.String REQUEST_HEADERS_PROPERTY

BIND_ADDRESS

static final java.lang.String BIND_ADDRESS

DISABLE_MULTIPART_ATTACHMENTS

static final java.lang.String DISABLE_MULTIPART_ATTACHMENTS

DUMP_FILE

static final java.lang.String DUMP_FILE

MAX_SIZE

static final java.lang.String MAX_SIZE

FOLLOW_REDIRECTS

static final java.lang.String FOLLOW_REDIRECTS
Method Detail

getMethod

RestRequestInterface.RequestMethod getMethod()

setMultipartEnabled

void setMultipartEnabled(boolean multipartEnabled)

isEntitizeProperties

boolean isEntitizeProperties()

setEntitizeProperties

void setEntitizeProperties(boolean entitizeProperties)

release

void release()

getSubmitListeners

SubmitListener[] getSubmitListeners()

copyAttachmentsTo

void copyAttachmentsTo(WsdlRequest newRequest)

importAttachment

Attachment importAttachment(Attachment attachment)

isReadOnly

boolean isReadOnly()

setRequestContent

void setRequestContent(java.lang.String request)

isPrettyPrint

boolean isPrettyPrint()

setPrettyPrint

void setPrettyPrint(boolean prettyPrint)

getRequestHeaders

StringToStringMap getRequestHeaders()

getIconAnimator

AbstractHttpRequest.RequestIconAnimator<?> getIconAnimator()

setRequestHeaders

void setRequestHeaders(StringToStringMap map)

getIcon

javax.swing.ImageIcon getIcon()
Specified by:
getIcon in interface ModelItem

getUsername

java.lang.String getUsername()

getPassword

java.lang.String getPassword()

getDomain

java.lang.String getDomain()

setUsername

void setUsername(java.lang.String username)

setPassword

void setPassword(java.lang.String password)

setDomain

void setDomain(java.lang.String domain)

getSslKeystore

java.lang.String getSslKeystore()

setSslKeystore

void setSslKeystore(java.lang.String sslKeystore)

getBindAddress

java.lang.String getBindAddress()

setBindAddress

void setBindAddress(java.lang.String bindAddress)

getMaxSize

long getMaxSize()

setMaxSize

void setMaxSize(long maxSize)

getDumpFile

java.lang.String getDumpFile()

setDumpFile

void setDumpFile(java.lang.String df)

isRemoveEmptyContent

boolean isRemoveEmptyContent()

setRemoveEmptyContent

void setRemoveEmptyContent(boolean removeEmptyContent)

isStripWhitespaces

boolean isStripWhitespaces()

setStripWhitespaces

void setStripWhitespaces(boolean stripWhitespaces)

isFollowRedirects

boolean isFollowRedirects()

setFollowRedirects

void setFollowRedirects(boolean followRedirects)

beforeSave

void beforeSave()

setIconAnimator

void setIconAnimator(AbstractHttpRequest.RequestIconAnimator<?> iconAnimator)

getResponse

HttpResponse getResponse()

setResponse

void setResponse(HttpResponse response,
                 SubmitContext context)

resolve

void resolve(ResolveContext<?> context)

hasEndpoint

boolean hasEndpoint()

getAfterRequestInjection

IAfterRequestInjection getAfterRequestInjection()


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