com.eviware.soapui.impl.wsdl.submit.transports.http.support.attachments
Class MimeMessageMockResponseEntity

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.submit.transports.http.support.attachments.MimeMessageMockResponseEntity
All Implemented Interfaces:
org.apache.commons.httpclient.methods.RequestEntity

public class MimeMessageMockResponseEntity
extends java.lang.Object
implements org.apache.commons.httpclient.methods.RequestEntity

MimeMessage response for a WsdlMockResponse

Author:
ole.matzura

Constructor Summary
MimeMessageMockResponseEntity(javax.mail.internet.MimeMessage message, boolean isXOP, WsdlMockResponse response)
           
 
Method Summary
 long getContentLength()
           
 java.lang.String getContentType()
           
 boolean isRepeatable()
           
 void writeRequest(java.io.OutputStream arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MimeMessageMockResponseEntity

public MimeMessageMockResponseEntity(javax.mail.internet.MimeMessage message,
                                     boolean isXOP,
                                     WsdlMockResponse response)
Method Detail

getContentLength

public long getContentLength()
Specified by:
getContentLength in interface org.apache.commons.httpclient.methods.RequestEntity

getContentType

public java.lang.String getContentType()
Specified by:
getContentType in interface org.apache.commons.httpclient.methods.RequestEntity

isRepeatable

public boolean isRepeatable()
Specified by:
isRepeatable in interface org.apache.commons.httpclient.methods.RequestEntity

writeRequest

public void writeRequest(java.io.OutputStream arg0)
                  throws java.io.IOException
Specified by:
writeRequest in interface org.apache.commons.httpclient.methods.RequestEntity
Throws:
java.io.IOException


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