org.apache.axis.attachments
public class AttachmentUtils extends Object
Method Summary | |
---|---|
static DataHandler | getActivationDataHandler(Part part)
Obtain the DataHandler from the part. |
static boolean | isAttachment(Object value)
Determine if an object is to be treated as an attchment.
|
Parameters: part the part containing the Java Activiation Framework data source.
Returns: The Java activation data handler.
Throws: AxisFault
Parameters: value the value that is to be determined if its an attachment.
Returns: True if value should be treated as an attchment.