com.eviware.soapui.impl.support.http
Interface HttpRequestInterface<T extends com.eviware.soapui.config.AbstractRequestConfig>
- All Superinterfaces:
- AbstractHttpRequestInterface<T>, AttachmentContainer, ModelItem, MutableAttachmentContainer, MutableTestPropertyHolder, PropertyChangeNotifier, PropertyExpansionContainer, Request, TestPropertyHolder
- All Known Subinterfaces:
- HttpTestRequestInterface<T>, RestRequestInterface, RestTestRequestInterface
- All Known Implementing Classes:
- HttpRequest, HttpTestRequest, RestRequest, RestTestRequest, WsaRequest
public interface HttpRequestInterface<T extends com.eviware.soapui.config.AbstractRequestConfig>
- extends AbstractHttpRequestInterface<T>, Request, MutableTestPropertyHolder, PropertyExpansionContainer, MutableAttachmentContainer
Methods inherited from interface com.eviware.soapui.impl.support.AbstractHttpRequestInterface |
beforeSave, copyAttachmentsTo, getAfterRequestInjection, getBindAddress, getDomain, getDumpFile, getIcon, getIconAnimator, getMaxSize, getMethod, getPassword, getRequestHeaders, getResponse, getSslKeystore, getSubmitListeners, getUsername, hasEndpoint, importAttachment, isEntitizeProperties, isFollowRedirects, isPrettyPrint, isReadOnly, isRemoveEmptyContent, isStripWhitespaces, release, resolve, setBindAddress, setDomain, setDumpFile, setEntitizeProperties, setFollowRedirects, setIconAnimator, setMaxSize, setMultipartEnabled, setPassword, setPrettyPrint, setRemoveEmptyContent, setRequestContent, setRequestHeaders, setResponse, setSslKeystore, setStripWhitespaces, setUsername |
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.TestPropertyHolder |
addTestPropertyListener, getModelItem, getProperties, getPropertiesLabel, getProperty, getPropertyAt, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, hasProperty, removeTestPropertyListener, setPropertyValue |
getMediaType
java.lang.String getMediaType()
setMethod
void setMethod(RestRequestInterface.RequestMethod method)
hasRequestBody
boolean hasRequestBody()
getParams
RestParamsPropertyHolder getParams()
isPostQueryString
boolean isPostQueryString()
setMediaType
void setMediaType(java.lang.String mediaType)
setPostQueryString
void setPostQueryString(boolean b)
getResponseContentAsXml
java.lang.String getResponseContentAsXml()
updateConfig
void updateConfig(T request)
getPath
java.lang.String getPath()
Copyright © 2005-2009 eviware.com. All Rights Reserved.