com.eviware.soapui.model.support
Class AbstractResponse<T extends Request>
java.lang.Object
com.eviware.soapui.model.support.AbstractResponse<T>
- All Implemented Interfaces:
- Response
- Direct Known Subclasses:
- AMFResponse, JdbcResponse
public abstract class AbstractResponse<T extends Request>
- extends java.lang.Object
- implements Response
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractResponse
public AbstractResponse(T request)
getAttachments
public Attachment[] getAttachments()
- Specified by:
getAttachments
in interface Response
getAttachmentsForPart
public Attachment[] getAttachmentsForPart(java.lang.String partName)
- Specified by:
getAttachmentsForPart
in interface Response
getContentLength
public long getContentLength()
- Specified by:
getContentLength
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
getRequest
public T getRequest()
- Specified by:
getRequest
in interface Response
getRequestHeaders
public StringToStringMap getRequestHeaders()
- Specified by:
getRequestHeaders
in interface Response
getResponseHeaders
public StringToStringMap getResponseHeaders()
- Specified by:
getResponseHeaders
in interface Response
setProperty
public void setProperty(java.lang.String name,
java.lang.String value)
- Specified by:
setProperty
in interface Response
Copyright © 2005-2010 eviware.com. All Rights Reserved.