com.eviware.soapui.impl.wsdl.panels.mockoperation
Class WsdlMockResponseMessageExchange
java.lang.Object
com.eviware.soapui.impl.wsdl.submit.WsdlMessageExchange
com.eviware.soapui.impl.wsdl.panels.mockoperation.WsdlMockResponseMessageExchange
- All Implemented Interfaces:
- MessageExchange
public class WsdlMockResponseMessageExchange
- extends WsdlMessageExchange
WsdlMessageExchange for a WsdlMockResponse, required for validations
- Author:
- ole.matzura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsdlMockResponseMessageExchange
public WsdlMockResponseMessageExchange(WsdlMockResponse mockResponse)
getRequestAttachments
public Attachment[] getRequestAttachments()
getRequestContent
public java.lang.String getRequestContent()
getRequestHeaders
public StringToStringMap getRequestHeaders()
getResponseAttachments
public Attachment[] getResponseAttachments()
getResponseContent
public java.lang.String getResponseContent()
getResponseHeaders
public StringToStringMap getResponseHeaders()
getOperation
public WsdlOperation getOperation()
- Specified by:
getOperation
in class WsdlMessageExchange
getTimeTaken
public long getTimeTaken()
getTimestamp
public long getTimestamp()
Copyright © 2005-2007 eviware.com. All Rights Reserved.