com.eviware.soapui.impl.rest
Interface RestRequestInterface
- All Superinterfaces:
- AbstractHttpRequestInterface<com.eviware.soapui.config.RestRequestConfig>, AttachmentContainer, java.util.EventListener, HttpRequestInterface<com.eviware.soapui.config.RestRequestConfig>, ModelItem, MutableAttachmentContainer, MutableTestPropertyHolder, java.beans.PropertyChangeListener, PropertyChangeNotifier, PropertyExpansionContainer, Request, TestPropertyHolder
- All Known Subinterfaces:
- RestTestRequestInterface
- All Known Implementing Classes:
- RestRequest, RestTestRequest
public interface RestRequestInterface
- extends HttpRequestInterface<com.eviware.soapui.config.RestRequestConfig>, java.beans.PropertyChangeListener
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, importAttachment, isEntitizeProperties, isFollowRedirects, isPrettyPrint, isReadOnly, isRemoveEmptyContent, isStripWhitespaces, resolve, setBindAddress, setDomain, setDumpFile, setEntitizeProperties, setFollowRedirects, setIconAnimator, setMaxSize, setMultipartEnabled, setPassword, setPrettyPrint, setRemoveEmptyContent, setRequestContent, setRequestHeaders, setSslKeystore, setStripWhitespaces, setUsername |
Methods inherited from interface com.eviware.soapui.model.iface.Request |
addSubmitListener, dependsOn, getAttachments, getEncoding, getEndpoint, getOperation, getRequestContent, getRequestParts, getResponseParts, getTimeout, 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 |
Methods inherited from interface java.beans.PropertyChangeListener |
propertyChange |
log
static final org.apache.log4j.Logger log
DEFAULT_MEDIATYPE
static final java.lang.String DEFAULT_MEDIATYPE
- See Also:
- Constant Field Values
REST_XML_REQUEST
static final java.lang.String REST_XML_REQUEST
- See Also:
- Constant Field Values
getRestMethod
RestMethod getRestMethod()
getRepresentations
RestRepresentation[] getRepresentations()
getRepresentations
RestRepresentation[] getRepresentations(RestRepresentation.Type type)
getRepresentations
RestRepresentation[] getRepresentations(RestRepresentation.Type type,
java.lang.String mediaType)
getAccept
java.lang.String getAccept()
setAccept
void setAccept(java.lang.String acceptEncoding)
getResponseMediaTypes
java.lang.String[] getResponseMediaTypes()
getResource
RestResource getResource()
setPath
void setPath(java.lang.String fullPath)
setResponse
void setResponse(HttpResponse response,
SubmitContext context)
- Specified by:
setResponse
in interface AbstractHttpRequestInterface<com.eviware.soapui.config.RestRequestConfig>
release
void release()
- Specified by:
release
in interface AbstractHttpRequestInterface<com.eviware.soapui.config.RestRequestConfig>
hasEndpoint
boolean hasEndpoint()
- Specified by:
hasEndpoint
in interface AbstractHttpRequestInterface<com.eviware.soapui.config.RestRequestConfig>
Copyright © 2005-2010 eviware.com. All Rights Reserved.