Not yet, though you could cast the SoapMessage to a SaajSoapMessage, and extract the attachments as such. We will add proper attachment support before we reach 1.0, though. The solution we will use will probably resemble o.s.mail.javamail.MimeMessageHelper somewhat. I added a
JIRA issue for this feature.
On a related note: though SAAJ is currently the only implementation of the SoapMessage/WebServiceMessage interfaces, we are also investigating other options, such as Axis2's AXIOM. Hence the abstractions.
Thanks!