Uses of Class
javax.xml.soap.AttachmentPart

Packages that use AttachmentPart
javax.xml.soap   
org.apache.axis2.jaxws.message.util   
org.apache.axis2.saaj   
 

Uses of AttachmentPart in javax.xml.soap
 

Methods in javax.xml.soap that return AttachmentPart
abstract  AttachmentPart SOAPMessage.createAttachmentPart()
          Creates a new empty AttachmentPart object.
 AttachmentPart SOAPMessage.createAttachmentPart(javax.activation.DataHandler datahandler)
          Creates an AttachmentPart object and populates it using the given DataHandler object.
 AttachmentPart SOAPMessage.createAttachmentPart(java.lang.Object content, java.lang.String contentType)
          Creates an AttachmentPart object and populates it with the specified data of the specified content type.
abstract  AttachmentPart SOAPMessage.getAttachment(SOAPElement soapelement)
           
 

Methods in javax.xml.soap with parameters of type AttachmentPart
abstract  void SOAPMessage.addAttachmentPart(AttachmentPart attachmentpart)
          Adds the given AttachmentPart object to this SOAPMessage object.
 

Uses of AttachmentPart in org.apache.axis2.jaxws.message.util
 

Methods in org.apache.axis2.jaxws.message.util that return AttachmentPart
static AttachmentPart MessageUtils.createAttachmentPart(java.lang.String cid, javax.activation.DataHandler dh, SOAPMessage message)
          Create an SAAJ AttachmentPart from a JAXWS Attachment
 

Uses of AttachmentPart in org.apache.axis2.saaj
 

Subclasses of AttachmentPart in org.apache.axis2.saaj
 class AttachmentPartImpl
           
 

Methods in org.apache.axis2.saaj that return AttachmentPart
 AttachmentPart SOAPMessageImpl.createAttachmentPart()
          Creates a new empty AttachmentPart object.
 AttachmentPart SOAPMessageImpl.getAttachment(SOAPElement soapelement)
          Returns an AttachmentPart object that is associated with an attachment that is referenced by this SOAPElement or null if no such attachment exists.
 

Methods in org.apache.axis2.saaj with parameters of type AttachmentPart
 void SOAPMessageImpl.addAttachmentPart(AttachmentPart attachmentPart)
          Adds the given AttachmentPart object to this SOAPMessage object.
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.