Uses of Interface
org.jboss.axis.Part

Packages that use Part
org.jboss.axis   
org.jboss.axis.attachments   
 

Uses of Part in org.jboss.axis
 

Classes in org.jboss.axis that implement Part
 class MessagePart
          The SOAPPart provides access to the root part of the Message which contains the envelope.
 

Uses of Part in org.jboss.axis.attachments
 

Classes in org.jboss.axis.attachments that implement Part
 class AttachmentPartImpl
          An attachment part.
 

Methods in org.jboss.axis.attachments that return Part
 Part AttachmentsImpl.addAttachmentPart(Part newPart)
          Adds an existing attachment to this list.
 Part Attachments.addAttachmentPart(Part newPart)
          Adds an existing attachment to this list.
 Part AttachmentsImpl.createAttachmentPart()
          Create a new attachment Part in this Message.
 Part Attachments.createAttachmentPart()
          Create a new attachment Part in this Message.
 Part AttachmentsImpl.createAttachmentPart(Object datahandler)
           
 Part Attachments.createAttachmentPart(Object part)
          Create a new attachment Part in this Message.
 Part AttachmentsImpl.getAttachmentByReference(String reference)
          This method should look at a refernce and determine if it is a CID: or url to look for attachment.
 Part Attachments.getAttachmentByReference(String reference)
          This method should look at a refernce and determine if it is a CID: or url to look for attachment.
 Part MultiPartRelatedInputStream.getAttachmentByReference(String[] id)
          Method getAttachmentByReference
abstract  Part MultiPartInputStream.getAttachmentByReference(String[] id)
           
 Part MultiPartDimeInputStream.getAttachmentByReference(String[] id)
           
 Part AttachmentsImpl.getRootPart()
          From the complex stream return the root part.
 Part Attachments.getRootPart()
          From the complex stream return the SOAP part.
protected  Part MultiPartRelatedInputStream.readTillFound(String[] id)
          This will read streams in till the one that is needed is found.
protected  Part MultiPartDimeInputStream.readTillFound(String[] id)
          This will read streams in till the one that is needed is found.
 Part AttachmentsImpl.removeAttachmentPart(String reference)
          This method uses getAttacmentByReference() to look for attachment.
 Part Attachments.removeAttachmentPart(String reference)
          This method uses getAttacmentByReference() to look for attachment.
 

Methods in org.jboss.axis.attachments with parameters of type Part
 Part AttachmentsImpl.addAttachmentPart(Part newPart)
          Adds an existing attachment to this list.
 Part Attachments.addAttachmentPart(Part newPart)
          Adds an existing attachment to this list.
static javax.activation.DataHandler AttachmentUtils.getActivationDataHandler(Part part)
          Obtain the DataHandler from the part.
 void AttachmentsImpl.setRootPart(Part newRoot)
           
 void Attachments.setRootPart(Part newRoot)
          Sets the root part of this multipart block
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.