|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.Part | +--org.apache.axis.attachments.AttachmentPart
Constructor Summary | |
AttachmentPart()
|
|
AttachmentPart(javax.activation.DataHandler dh)
|
|
AttachmentPart(Message parent)
Do not call this directly! This should only be called by the AttachmentsImpl object. |
|
AttachmentPart(Message parent,
javax.activation.DataHandler dh)
|
Method Summary | |
java.lang.String |
getContentType()
TODO: everything! |
Methods inherited from class org.apache.axis.Part |
addMimeHeader, getContentId, getContentLocation, getMatchingMimeHeaders, getMessage, getMimeHeader, getNewContentIdValue, getNonMatchingMimeHeaders, setContentLocation, setMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttachmentPart(Message parent)
public AttachmentPart(Message parent, javax.activation.DataHandler dh)
public AttachmentPart()
public AttachmentPart(javax.activation.DataHandler dh)
Method Detail |
public java.lang.String getContentType()
getContentType
in class Part
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |