com.eviware.soapui.impl.wsdl.panels.mockoperation
Class WsdlMockResponseMessageExchange

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.submit.AbstractMessageExchange<T>
      extended by com.eviware.soapui.impl.wsdl.submit.AbstractWsdlMessageExchange<WsdlMockResponse>
          extended by com.eviware.soapui.impl.wsdl.panels.mockoperation.WsdlMockResponseMessageExchange
All Implemented Interfaces:
HttpMessageExchange, WsdlMessageExchange, MessageExchange, ResultContainer

public class WsdlMockResponseMessageExchange
extends AbstractWsdlMessageExchange<WsdlMockResponse>

WsdlMessageExchange for a WsdlMockResponse, required for validations

Author:
ole.matzura

Field Summary
 
Fields inherited from class com.eviware.soapui.impl.wsdl.submit.AbstractMessageExchange
properties
 
Constructor Summary
WsdlMockResponseMessageExchange(WsdlMockResponse mockResponse)
           
 
Method Summary
 java.lang.String getEndpoint()
           
 WsdlOperation getOperation()
           
 byte[] getRawRequestData()
           
 byte[] getRawResponseData()
           
 Attachment[] getRequestAttachments()
           
 java.lang.String getRequestContent()
           
 StringToStringsMap getRequestHeaders()
           
 java.util.Vector<?> getRequestWssResult()
           
 Attachment[] getResponseAttachments()
           
 java.lang.String getResponseContent()
           
 java.lang.String getResponseContentType()
           
 StringToStringsMap getResponseHeaders()
           
 int getResponseStatusCode()
           
 java.util.Vector<?> getResponseWssResult()
           
 long getTimestamp()
           
 long getTimeTaken()
           
 boolean hasRawData()
           
 boolean isDiscarded()
           
 
Methods inherited from class com.eviware.soapui.impl.wsdl.submit.AbstractWsdlMessageExchange
getRequestAttachmentsForPart, getResponseAttachmentsForPart, getSoapVersion, hasRequest, hasResponse
 
Methods inherited from class com.eviware.soapui.impl.wsdl.submit.AbstractMessageExchange
addProperty, getMessages, getModelItem, getProperties, getProperty, getRequestContentAsXml, getResponseContentAsXml, setMessages
 
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.model.iface.MessageExchange
getMessages, getModelItem, getProperties, getProperty, getRequestContentAsXml, getResponseContentAsXml
 

Constructor Detail

WsdlMockResponseMessageExchange

public WsdlMockResponseMessageExchange(WsdlMockResponse mockResponse)
Method Detail

getRequestAttachments

public Attachment[] getRequestAttachments()

getEndpoint

public java.lang.String getEndpoint()

getRequestContent

public java.lang.String getRequestContent()

getRequestHeaders

public StringToStringsMap getRequestHeaders()

getResponseAttachments

public Attachment[] getResponseAttachments()

getResponseContent

public java.lang.String getResponseContent()

getResponseHeaders

public StringToStringsMap getResponseHeaders()

getOperation

public WsdlOperation getOperation()
Specified by:
getOperation in interface WsdlMessageExchange
Specified by:
getOperation in interface MessageExchange
Specified by:
getOperation in class AbstractWsdlMessageExchange<WsdlMockResponse>

getTimeTaken

public long getTimeTaken()

getTimestamp

public long getTimestamp()

isDiscarded

public boolean isDiscarded()

getRequestWssResult

public java.util.Vector<?> getRequestWssResult()

getResponseWssResult

public java.util.Vector<?> getResponseWssResult()

getResponseStatusCode

public int getResponseStatusCode()

getResponseContentType

public java.lang.String getResponseContentType()

hasRawData

public boolean hasRawData()
Specified by:
hasRawData in interface MessageExchange
Overrides:
hasRawData in class AbstractWsdlMessageExchange<WsdlMockResponse>

getRawResponseData

public byte[] getRawResponseData()
Specified by:
getRawResponseData in interface MessageExchange
Overrides:
getRawResponseData in class AbstractWsdlMessageExchange<WsdlMockResponse>

getRawRequestData

public byte[] getRawRequestData()
Specified by:
getRawRequestData in interface MessageExchange
Overrides:
getRawRequestData in class AbstractWsdlMessageExchange<WsdlMockResponse>


Copyright © 2005-2011 eviware.com. All Rights Reserved.