org.apache.axis.message

Interface MessageWithAttachments

public interface MessageWithAttachments

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

Method Summary

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

Method Details

getAttachment

public Object getAttachment(String id)

getAttachment

public Object getAttachment(int index)

getAttachments

public Hashtable getAttachments()

hasAttachments

public boolean hasAttachments()

Copyright © 2005 Apache Web Services Project. All Rights Reserved.