|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.attachments.AttachmentUtils
This class allow access to the Jaf data handler in AttachmentPart.
Method Summary | |
static javax.activation.DataHandler |
getActivationDataHandler(Part 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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static javax.activation.DataHandler getActivationDataHandler(Part part) throws AxisFault
part
- the part containing the Java Activiation Framework data source.
AxisFault
public static boolean isAttachment(java.lang.Object value)
value
- the value that is to be determined if
its an attachment.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |