|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Part | |
org.apache.axis | |
org.apache.axis.attachments |
Uses of Part in org.apache.axis |
Subclasses of Part in org.apache.axis | |
class |
SOAPPart
The SOAPPart provides access to the root part of the Message which contains the envelope. |
Uses of Part in org.apache.axis.attachments |
Subclasses of Part in org.apache.axis.attachments | |
class |
AttachmentPart
|
Methods in org.apache.axis.attachments that return Part | |
Part |
Attachments.getAttachmentByReference(java.lang.String reference)
This method should look at a refernce and determine if it is a CID: or url to look for attachment. |
Part |
Attachments.createAttachmentPart(java.lang.Object part)
Create a new attachment Part in this Message. |
Part |
Attachments.getRootPart()
From the complex stream return the SOAP part. |
Part |
MultiPartRelatedInputStream.getAttachmentByReference(java.lang.String[] id)
|
protected Part |
MultiPartRelatedInputStream.readTillFound(java.lang.String[] id)
This will read streams in till the one that is needed is found. |
Part |
AttachmentsImpl.createAttachmentPart(java.lang.Object datahandler)
Create an attachment part with a buried JAF data handler. |
Part |
AttachmentsImpl.getAttachmentByReference(java.lang.String reference)
This method should look at a refernce and determine if it is a CID: or url to look for attachment. |
Part |
AttachmentsImpl.getRootPart()
From the complex stream return the root part. |
Methods in org.apache.axis.attachments with parameters of type Part | |
static javax.activation.DataHandler |
AttachmentUtils.getActiviationDataHandler(Part part)
Obtain the DataHandler from the part. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |