com.eviware.soapui.model.iface
Class MessagePart.AttachmentPart

java.lang.Object
  extended by com.eviware.soapui.model.iface.MessagePart.AttachmentPart
All Implemented Interfaces:
MessagePart
Direct Known Subclasses:
HttpAttachmentPart
Enclosing interface:
MessagePart

public abstract static class MessagePart.AttachmentPart
extends java.lang.Object
implements MessagePart


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.eviware.soapui.model.iface.MessagePart
MessagePart.AttachmentPart, MessagePart.ContentPart, MessagePart.FaultPart, MessagePart.HeaderPart, MessagePart.ParameterPart, MessagePart.PartType
 
Constructor Summary
MessagePart.AttachmentPart()
           
 
Method Summary
abstract  java.lang.String[] getContentTypes()
           
 MessagePart.PartType getPartType()
           
abstract  boolean isAnonymous()
           
 
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.MessagePart
getDescription, getName
 

Constructor Detail

MessagePart.AttachmentPart

public MessagePart.AttachmentPart()
Method Detail

getContentTypes

public abstract java.lang.String[] getContentTypes()

isAnonymous

public abstract boolean isAnonymous()

getPartType

public MessagePart.PartType getPartType()
Specified by:
getPartType in interface MessagePart


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