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
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 |
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
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.