com.eviware.soapui.security.tools
Class InfiniteAttachment

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.support.FileAttachment<AbstractHttpRequest<?>>
      extended by com.eviware.soapui.impl.wsdl.support.RequestFileAttachment
          extended by com.eviware.soapui.security.tools.InfiniteAttachment
All Implemented Interfaces:
WsdlAttachment, Attachment

public class InfiniteAttachment
extends RequestFileAttachment


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.eviware.soapui.model.iface.Attachment
Attachment.AttachmentEncoding, Attachment.AttachmentType
 
Constructor Summary
InfiniteAttachment(com.eviware.soapui.config.AttachmentConfig config, AbstractHttpRequestInterface<?> request, long maxSize)
           
 
Method Summary
 Attachment.AttachmentType getAttachmentType()
           
 java.lang.String getContentType()
           
 java.io.InputStream getInputStream()
           
 
Methods inherited from class com.eviware.soapui.impl.wsdl.support.RequestFileAttachment
getEncoding, getId, toString
 
Methods inherited from class com.eviware.soapui.impl.wsdl.support.FileAttachment
addExternalDependency, cacheFileLocally, getConfig, getContentEncoding, getContentID, getData, getModelItem, getName, getPart, getSize, getUrl, isCached, release, reload, resolve, setContentID, setContentType, setData, setName, setPart, setUrl, updateConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InfiniteAttachment

public InfiniteAttachment(com.eviware.soapui.config.AttachmentConfig config,
                          AbstractHttpRequestInterface<?> request,
                          long maxSize)
Method Detail

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Specified by:
getInputStream in interface Attachment
Overrides:
getInputStream in class FileAttachment<AbstractHttpRequest<?>>
Throws:
java.io.IOException

getAttachmentType

public Attachment.AttachmentType getAttachmentType()
Specified by:
getAttachmentType in interface Attachment
Overrides:
getAttachmentType in class RequestFileAttachment

getContentType

public java.lang.String getContentType()
Specified by:
getContentType in interface Attachment
Overrides:
getContentType in class FileAttachment<AbstractHttpRequest<?>>


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