com.eviware.soapui.impl.wsdl.submit.transports.jms
Class JMSResponse
java.lang.Object
com.eviware.soapui.impl.wsdl.submit.transports.jms.JMSResponse
- All Implemented Interfaces:
- HttpResponse, WsdlResponse, Response
public class JMSResponse
- extends java.lang.Object
- implements WsdlResponse
Constructor Summary |
JMSResponse(java.lang.String payload,
javax.jms.Message messageSend,
javax.jms.Message messageReceive,
Request request,
long requestStartedTime)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMSResponse
public JMSResponse(java.lang.String payload,
javax.jms.Message messageSend,
javax.jms.Message messageReceive,
Request request,
long requestStartedTime)
getAttachments
public Attachment[] getAttachments()
- Specified by:
getAttachments
in interface Response
setAttachments
public void setAttachments(Attachment[] attachments)
getAttachmentsForPart
public Attachment[] getAttachmentsForPart(java.lang.String partName)
- Specified by:
getAttachmentsForPart
in interface Response
getContentAsString
public java.lang.String getContentAsString()
- Specified by:
getContentAsString
in interface Response
getContentLength
public long getContentLength()
- Specified by:
getContentLength
in interface Response
getContentType
public java.lang.String getContentType()
- Specified by:
getContentType
in interface Response
getProperty
public java.lang.String getProperty(java.lang.String name)
- Specified by:
getProperty
in interface Response
getPropertyNames
public java.lang.String[] getPropertyNames()
- Specified by:
getPropertyNames
in interface Response
getRawRequestData
public byte[] getRawRequestData()
- Specified by:
getRawRequestData
in interface Response
getRawResponseData
public byte[] getRawResponseData()
- Specified by:
getRawResponseData
in interface Response
getRequestContent
public java.lang.String getRequestContent()
- Specified by:
getRequestContent
in interface Response
getRequestHeaders
public StringToStringMap getRequestHeaders()
- Specified by:
getRequestHeaders
in interface Response
getResponseHeaders
public StringToStringMap getResponseHeaders()
- Specified by:
getResponseHeaders
in interface Response
getTimeTaken
public long getTimeTaken()
- Specified by:
getTimeTaken
in interface Response
getTimestamp
public long getTimestamp()
- Specified by:
getTimestamp
in interface Response
setProperty
public void setProperty(java.lang.String name,
java.lang.String value)
- Specified by:
setProperty
in interface Response
getContentAsXml
public java.lang.String getContentAsXml()
- Specified by:
getContentAsXml
in interface HttpResponse
getHttpVersion
public java.lang.String getHttpVersion()
- Specified by:
getHttpVersion
in interface HttpResponse
getMethod
public RestRequestInterface.RequestMethod getMethod()
- Specified by:
getMethod
in interface HttpResponse
getSSLInfo
public SSLInfo getSSLInfo()
- Specified by:
getSSLInfo
in interface HttpResponse
getStatusCode
public int getStatusCode()
- Specified by:
getStatusCode
in interface HttpResponse
getURL
public java.net.URL getURL()
- Specified by:
getURL
in interface HttpResponse
setResponseContent
public void setResponseContent(java.lang.String responseContent)
- Specified by:
setResponseContent
in interface HttpResponse
getWssResult
public java.util.Vector<?> getWssResult()
- Specified by:
getWssResult
in interface WsdlResponse
getRequest
public WsdlRequest getRequest()
- Specified by:
getRequest
in interface HttpResponse
- Specified by:
getRequest
in interface WsdlResponse
- Specified by:
getRequest
in interface Response
getMessageReceive
public javax.jms.Message getMessageReceive()
getMessageSend
public javax.jms.Message getMessageSend()
getEndpoint
public java.lang.String getEndpoint()
Copyright © 2005-2010 eviware.com. All Rights Reserved.