org.apache.axis.message
Interface MessageWithAttachments


public interface MessageWithAttachments

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

Method Summary
 Object getAttachment(int index)
           
 Object getAttachment(String id)
           
 Hashtable getAttachments()
           
 boolean hasAttachments()
           
 

Method Detail

hasAttachments

public boolean hasAttachments()

getAttachments

public Hashtable getAttachments()

getAttachment

public Object getAttachment(String id)

getAttachment

public Object getAttachment(int index)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.