站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

MessageWithAttachments (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


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.