org.jboss.axis.attachments
Class AttachmentUtils

java.lang.Object
  extended byorg.jboss.axis.attachments.AttachmentUtils

public class AttachmentUtils
extends java.lang.Object

This class allow access to the Jaf data handler in AttachmentPart.


Method Summary
static DataHandler getActivationDataHandler(Part (src)  part)
          Obtain the DataHandler from the part.
static boolean isAttachment(java.lang.Object value)
          Determine if an object is to be treated as an attchment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getActivationDataHandler

public static DataHandler getActivationDataHandler(Part (src)  part)
                                            throws AxisFault (src) 
Obtain the DataHandler from the part.

Parameters:
part - the part containing the Java Activiation Framework data source.
Returns:
The Java activation data handler.
Throws:
AxisFault (src)

isAttachment

public static boolean isAttachment(java.lang.Object value)
Determine if an object is to be treated as an attchment.

Parameters:
value - the value that is to be determined if its an attachment.
Returns:
True if value should be treated as an attchment.