org.apache.axis.attachments
Class AttachmentPart

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

public class AttachmentPart
extends Part


Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
AttachmentPart()
           
AttachmentPart(javax.activation.DataHandler dh)
           
 
Method Summary
 javax.activation.DataHandler getActiviationDataHandler()
           
 java.lang.String getContentType()
          TODO: everything!
 
Methods inherited from class org.apache.axis.Part
addMimeHeader, getContentId, getContentLocation, getMatchingMimeHeaders, getMimeHeader, getNewContentIdValue, getNonMatchingMimeHeaders, setContentId, setContentLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

AttachmentPart

public AttachmentPart()

AttachmentPart

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

getActiviationDataHandler

public javax.activation.DataHandler getActiviationDataHandler()

getContentType

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


Copyright © 2001 Apache XML Project. All Rights Reserved.