org.codehaus.xfire.attachments
Interface Attachment

All Known Implementing Classes:
SimpleAttachment

public interface Attachment

An attachment from a SOAP invocation.

Author:
Dan Diephouse

Method Summary
 javax.activation.DataHandler getDataHandler()
           
 java.lang.String getId()
           
 

Method Detail

getDataHandler

javax.activation.DataHandler getDataHandler()

getId

java.lang.String getId()
Returns:
The attachment id.