You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Taras Shkvarchuk <ta...@grandcentral.com> on 2002/01/25 22:52:25 UTC

org.apache.axis.attachments.AttachmentPart typo?

I have noticed that getActiviationDataHandler() method is package scoped
(not public).
Is that a typo? and it really should be:
public  javax.activation.DataHandler getActiviationDataHandler()

Also I have noticed that org.apache.axis.Part is lacking any methods to
extract the contents of the actual message.
This makes it a little hard to use attachments if you aren't doing RPC :)

Thanks,
-Taras