org.apache.axis.message

Interface MessageWithAttachments

public interface MessageWithAttachments

Author: James Snell (jasnell@us.ibm.com)

Method Summary
ObjectgetAttachment(String id)
ObjectgetAttachment(int index)
HashtablegetAttachments()
booleanhasAttachments()

Method Detail

getAttachment

public Object getAttachment(String id)

getAttachment

public Object getAttachment(int index)

getAttachments

public Hashtable getAttachments()

hasAttachments

public boolean hasAttachments()
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.