com.eviware.soapui.impl.support.wsa
Class WsaRequest

java.lang.Object
  extended by com.eviware.soapui.model.support.AbstractModelItem
      extended by com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem<T>
          extended by com.eviware.soapui.impl.support.AbstractHttpRequest<com.eviware.soapui.config.HttpRequestConfig>
              extended by com.eviware.soapui.impl.support.http.HttpRequest
                  extended by 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, WsaContainer, WsrmContainer, Request, ModelItem, PropertyExpansionContainer, TestPropertyHolder, PropertyChangeNotifier

public class WsaRequest
extends HttpRequest
implements WsaContainer, WsrmContainer


Nested Class Summary
 
Nested classes/interfaces inherited from class com.eviware.soapui.impl.support.http.HttpRequest
HttpRequest.HttpContentPart
 
Nested classes/interfaces inherited from class com.eviware.soapui.impl.support.AbstractHttpRequest
AbstractHttpRequest.RequestIconAnimator<T extends AbstractHttpRequest<?>>
 
Nested classes/interfaces inherited from interface com.eviware.soapui.model.iface.Request
Request.SubmitException
 
Field Summary
 
Fields inherited from interface com.eviware.soapui.impl.support.AbstractHttpRequestInterface
BIND_ADDRESS, DISABLE_MULTIPART_ATTACHMENTS, DUMP_FILE, FOLLOW_REDIRECTS, log, MAX_SIZE, REMOVE_EMPTY_CONTENT, REQUEST_HEADERS_PROPERTY, RESPONSE_PROPERTY, 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
 
Constructor Summary
WsaRequest(com.eviware.soapui.config.HttpRequestConfig httpRequestConfig, WsaConfig wsaConfig, WsrmConfig wsrmConfig, boolean forLoadTest)
           
 
Method Summary
 RestRequestInterface.RequestMethod getMethod()
           
 WsdlOperation getOperation()
           
 WsaConfig getWsaConfig()
           
 WsrmConfig getWsrmConfig()
           
 boolean isWsaEnabled()
           
 boolean isWsrmEnabled()
           
 void setOperation(WsdlOperation operation)
           
 void setWsaConfig(WsaConfig wsaConfig)
           
 void setWsaEnabled(boolean arg0)
           
 void setWsrmConfig(WsrmConfig wsrmConfig)
           
 void setWsrmEnabled(boolean arg0)
           
 
Methods inherited from class com.eviware.soapui.impl.support.http.HttpRequest
addProperty, addTestPropertyListener, getAttachmentPart, getDefinedAttachmentParts, getMediaType, getModelItem, getParams, getPath, getProperties, getPropertiesLabel, getProperty, getPropertyAt, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, getRequestParts, getResponseContentAsXml, getResponseParts, hasProperty, hasRequestBody, isPostQueryString, moveProperty, 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, 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, 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
 
Methods inherited from interface com.eviware.soapui.model.iface.Request
addSubmitListener, dependsOn, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, getAttachments, getEncoding, getEndpoint, getRequestContent, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, removeSubmitListener, setEncoding, setEndpoint
 
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, getAttachments, getAttachmentsForPart, isMultipartEnabled, removeAttachmentsChangeListener
 

Constructor Detail

WsaRequest

public WsaRequest(com.eviware.soapui.config.HttpRequestConfig httpRequestConfig,
                  WsaConfig wsaConfig,
                  WsrmConfig wsrmConfig,
                  boolean forLoadTest)
Method Detail

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-2009 eviware.com. All Rights Reserved.