org.jboss.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

boolean hasAttachments()

getAttachments

Hashtable getAttachments()

getAttachment

Object getAttachment(String id)

getAttachment

Object getAttachment(int index)


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