com.eviware.soapui.impl.support.wsa
Class WsaRequest
java.lang.Object
com.eviware.soapui.model.support.AbstractModelItem
com.eviware.soapui.model.support.AbstractAnimatableModelItem<com.eviware.soapui.config.ModelItemConfig>
com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem<T>
com.eviware.soapui.impl.support.AbstractHttpRequest<com.eviware.soapui.config.HttpRequestConfig>
com.eviware.soapui.impl.support.http.HttpRequest
com.eviware.soapui.impl.support.wsa.WsaRequest
- All Implemented Interfaces:
- AbstractHttpRequestInterface<com.eviware.soapui.config.HttpRequestConfig>, HttpRequestInterface<com.eviware.soapui.config.HttpRequestConfig>, AttachmentContainer, MutableAttachmentContainer, MutableTestPropertyHolder, JMSHeaderContainer, JMSPropertyContainer, WsaContainer, WsrmContainer, Request, ModelItem, PropertyExpansionContainer, TestPropertyHolder, PropertyChangeNotifier
public class WsaRequest
- extends HttpRequest
- implements WsaContainer, WsrmContainer
Constructor Summary |
WsaRequest(com.eviware.soapui.config.HttpRequestConfig httpRequestConfig,
WsaConfig wsaConfig,
WsrmConfig wsrmConfig,
boolean forLoadTest)
|
Methods inherited from class com.eviware.soapui.impl.support.http.HttpRequest |
addProperty, addTestPropertyListener, getAttachmentPart, getDefinedAttachmentParts, getJMSHeaderConfig, getJMSPropertiesConfig, getMediaType, getModelItem, getParams, getPath, getProperties, getPropertiesLabel, getProperty, getPropertyAt, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, getRequestParts, getResponseContentAsXml, getResponseParts, hasProperty, hasRequestBody, isPostQueryString, moveProperty, notifyPropertyChanged, removeProperty, removeTestPropertyListener, renameProperty, setMediaType, setMethod, setPostQueryString, setPropertyValue, submit, updateConfig |
Methods inherited from class com.eviware.soapui.impl.support.AbstractHttpRequest |
addAttachmentsChangeListener, addSubmitListener, attachFile, beforeSave, copyAttachmentsTo, getAfterRequestInjection, getAttachmentAt, getAttachmentCount, getAttachments, getAttachmentsForPart, getAttachmentsList, getBindAddress, getDomain, getDumpFile, getEncoding, getEndpoint, getIcon, getIconAnimator, getMaxSize, getPassword, getPropertyExpansions, getRequestContent, getRequestHeaders, getResponse, getSslKeystore, getSubmitListeners, getTimeout, getUsername, hasEndpoint, importAttachment, initIconAnimator, isEntitizeProperties, isFollowRedirects, isMultipartEnabled, isPrettyPrint, isReadOnly, isRemoveEmptyContent, isStripWhitespaces, release, removeAttachment, removeAttachmentsChangeListener, removeSubmitListener, resolve, setAfterRequestInjection, setBindAddress, setDomain, setDumpFile, setEncoding, setEndpoint, setEntitizeProperties, setFollowRedirects, setIconAnimator, setMaxSize, setMultipartEnabled, setPassword, setPrettyPrint, setRemoveEmptyContent, setRequestContent, setRequestHeaders, setResponse, setSslKeystore, setStripWhitespaces, setTimeout, setUsername |
Methods inherited from class com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem |
afterLoad, dependsOn, getConfig, getDescription, getId, getName, getParent, getSettings, getWsdlModelItemByName, setConfig, setDescription, setIcon, setName, setSettings |
Methods inherited from class com.eviware.soapui.model.support.AbstractModelItem |
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, getChildren, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.eviware.soapui.impl.support.AbstractHttpRequestInterface |
beforeSave, copyAttachmentsTo, getAfterRequestInjection, getBindAddress, getDomain, getDumpFile, getIcon, getIconAnimator, getMaxSize, 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 |
WsaRequest
public WsaRequest(com.eviware.soapui.config.HttpRequestConfig httpRequestConfig,
WsaConfig wsaConfig,
WsrmConfig wsrmConfig,
boolean forLoadTest)
setWsaConfig
public void setWsaConfig(WsaConfig wsaConfig)
getWsaConfig
public WsaConfig getWsaConfig()
- Specified by:
getWsaConfig
in interface WsaContainer
isWsaEnabled
public boolean isWsaEnabled()
- Specified by:
isWsaEnabled
in interface WsaContainer
setWsaEnabled
public void setWsaEnabled(boolean arg0)
- Specified by:
setWsaEnabled
in interface WsaContainer
getOperation
public WsdlOperation getOperation()
- Specified by:
getOperation
in interface WsaContainer
- Specified by:
getOperation
in interface Request
- Overrides:
getOperation
in class HttpRequest
getMethod
public RestRequestInterface.RequestMethod getMethod()
- Specified by:
getMethod
in interface AbstractHttpRequestInterface<com.eviware.soapui.config.HttpRequestConfig>
- Overrides:
getMethod
in class HttpRequest
setOperation
public void setOperation(WsdlOperation operation)
- Specified by:
setOperation
in interface WsaContainer
getWsrmConfig
public WsrmConfig getWsrmConfig()
- Specified by:
getWsrmConfig
in interface WsrmContainer
isWsrmEnabled
public boolean isWsrmEnabled()
- Specified by:
isWsrmEnabled
in interface WsrmContainer
setWsrmEnabled
public void setWsrmEnabled(boolean arg0)
- Specified by:
setWsrmEnabled
in interface WsrmContainer
setWsrmConfig
public void setWsrmConfig(WsrmConfig wsrmConfig)
Copyright © 2005-2010 eviware.com. All Rights Reserved.