Frames | No Frames |
Classes implementing org.apache.axis.Part | |
class | An attachment part. |
Methods with parameter type org.apache.axis.Part | |
Part | Adds an existing attachment to this list. |
Part | Adds an existing attachment to this list. |
DataHandler | Obtain the DataHandler from the part. |
void | Sets the root part of this multipart block
|
void |
Methods with return type org.apache.axis.Part | |
Part | Adds an existing attachment to this list. |
Part | Adds an existing attachment to this list. |
Part | Create a new attachment Part in this Message. |
Part | Create a new attachment Part in this Message. |
Part | Attachments.createAttachmentPart(Object part) Create a new attachment Part in this Message. |
Part | AttachmentsImpl.createAttachmentPart(Object datahandler) |
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 | 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 | MultiPartDimeInputStream.getAttachmentByReference(String[] id) |
Part | MultiPartInputStream.getAttachmentByReference(String[] id) |
Part | MultiPartRelatedInputStream.getAttachmentByReference(String[] id) |
Part | From the complex stream return the SOAP part. |
Part | From the complex stream return the root part. |
Part | MultiPartDimeInputStream.readTillFound(String[] id) This will read streams in till the one that is needed is found. |
Part | MultiPartRelatedInputStream.readTillFound(String[] id) This will read streams in till the one that is needed is found. |
Part | Attachments.removeAttachmentPart(String reference) This method uses getAttacmentByReference() to look for attachment. |
Part | AttachmentsImpl.removeAttachmentPart(String reference) This method uses getAttacmentByReference() to look for attachment. |
Classes implementing org.apache.axis.Part | |
class | The SOAPPart provides access to the root part of the Message which
contains the envelope. |