org.apache.axis.attachments
Class AttachmentPart

java.lang.Object
  |
  +--org.apache.axis.Part
        |
        +--org.apache.axis.attachments.AttachmentPart

public class AttachmentPart
extends Part


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

AttachmentPart

public AttachmentPart(Message parent)
Do not call this directly! This should only be called by the AttachmentsImpl object.

AttachmentPart

public AttachmentPart(Message parent,
                      javax.activation.DataHandler dh)

AttachmentPart

public AttachmentPart()

AttachmentPart

public AttachmentPart(javax.activation.DataHandler dh)
Method Detail

getContentType

public java.lang.String getContentType()
TODO: everything!
Overrides:
getContentType in class Part


Copyright © 2001 Apache XML Project. All Rights Reserved.