com.eviware.soapui.impl.wsdl.teststeps
Class WsdlTestRequest
java.lang.Object
com.eviware.soapui.model.support.AbstractModelItem
com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem<com.eviware.soapui.config.CallConfig>
com.eviware.soapui.impl.wsdl.WsdlRequest
com.eviware.soapui.impl.wsdl.teststeps.WsdlTestRequest
- All Implemented Interfaces:
- AttachmentContainer, Assertable, Request, ModelItem, PropertyChangeNotifier, java.beans.PropertyChangeListener, java.util.EventListener
public class WsdlTestRequest
- extends WsdlRequest
- implements java.beans.PropertyChangeListener, Assertable
WsdlRequest extension that adds WsdlAssertions
- Author:
- Ole.Matzura
Fields inherited from class com.eviware.soapui.impl.wsdl.WsdlRequest |
attachments, ATTACHMENTS_PROPERTY, DISABLE_MULTIPART_ATTACHMENTS, EXPAND_MTOM_RESPONSE_ATTACHMENTS, INLINE_RESPONSE_ATTACHMENTS, PW_TYPE_DIGEST, PW_TYPE_NONE, PW_TYPE_TEXT, REQUEST_HEADERS_PROPERTY, RESPONSE_CONTENT_PROPERTY, STRIP_WHITESPACES |
Methods inherited from class com.eviware.soapui.impl.wsdl.WsdlRequest |
addSubmitListener, attachFile, copyAttachmentsTo, copyTo, getAttachmentAt, getAttachmentCount, getAttachmentPart, getAttachments, getAttachmentsForPart, getDefinedAttachmentParts, getDomain, getEncoding, getEndpoint, getIconAnimator, getOperation, getPassword, getRequestContent, getRequestHeaders, getRequestParts, getResponse, getResponseContent, getResponseParts, getSchemaTypeForPart, getUsername, getWssPasswordType, initEndpoints, isExpandMtomResponseAttachments, isInlineResponseAttachments, isMtomEnabled, isMultipartEnabled, isStripWhitespaces, removeAttachment, removeSubmitListener, setDomain, setEncoding, setEndpoint, setExpandMtomResponseAttachments, setInlineResponseAttachments, setMtomEnabled, setMultipartEnabled, setPassword, setRequestContent, setRequestHeaders, setStripWhitespaces, setUsername, setWssPasswordType, submit |
Methods inherited from class com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem |
getConfig, getDescription, getName, getParent, getSettings, getWsdlModelItemByName, setConfig, setDescription, setIcon, setName, setSettings |
Methods inherited from class com.eviware.soapui.model.support.AbstractModelItem |
addAction, addAction, addPropertyChangeListener, addPropertyChangeListener, getActions, getPanelBuilder, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESPONSE_PROPERTY
public static final java.lang.String RESPONSE_PROPERTY
STATUS_PROPERTY
public static final java.lang.String STATUS_PROPERTY
WsdlTestRequest
public WsdlTestRequest(WsdlOperation operation,
com.eviware.soapui.config.CallConfig callConfig,
WsdlTestRequestStep testStep)
getTestCase
public WsdlTestCase getTestCase()
initIcons
protected void initIcons()
initIconAnimator
protected WsdlRequest.RequestIconAnimator initIconAnimator()
- Overrides:
initIconAnimator
in class WsdlRequest
initActions
protected void initActions()
- Overrides:
initActions
in class WsdlRequest
getAssertionCount
public int getAssertionCount()
- Specified by:
getAssertionCount
in interface Assertable
getAssertionAt
public WsdlMessageAssertion getAssertionAt(int c)
- Specified by:
getAssertionAt
in interface Assertable
setResponse
public void setResponse(WsdlResponse response,
SubmitContext context)
- Overrides:
setResponse
in class WsdlRequest
assertResponse
public void assertResponse(SubmitContext context)
addAssertion
public WsdlMessageAssertion addAssertion(java.lang.String assertionLabel)
- Specified by:
addAssertion
in interface Assertable
removeAssertion
public void removeAssertion(WsdlMessageAssertion assertion)
- Specified by:
removeAssertion
in interface Assertable
getAssertionStatus
public Assertable.AssertionStatus getAssertionStatus()
- Specified by:
getAssertionStatus
in interface Assertable
getIcon
public javax.swing.ImageIcon getIcon()
- Specified by:
getIcon
in interface ModelItem
- Overrides:
getIcon
in class WsdlRequest
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
- Specified by:
propertyChange
in interface java.beans.PropertyChangeListener
addAssertionsListener
public void addAssertionsListener(AssertionsListener listener)
- Specified by:
addAssertionsListener
in interface Assertable
removeAssertionsListener
public void removeAssertionsListener(AssertionsListener listener)
- Specified by:
removeAssertionsListener
in interface Assertable
updateConfig
public void updateConfig(com.eviware.soapui.config.CallConfig request)
- Called when a testrequest is moved in a testcase
- Overrides:
updateConfig
in class WsdlRequest
release
public void release()
- Overrides:
release
in class WsdlRequest
getAssertableContent
public java.lang.String getAssertableContent()
- Specified by:
getAssertableContent
in interface Assertable
getTestStep
public WsdlTestRequestStep getTestStep()
- Specified by:
getTestStep
in interface Assertable
getInterface
public WsdlInterface getInterface()
- Specified by:
getInterface
in interface Assertable
getAssertionType
public WsdlAssertionRegistry.AssertionType getAssertionType()
- Specified by:
getAssertionType
in interface Assertable
Copyright © 2005-2007 eviware.com. All Rights Reserved.