return in;
return in.getBytes();
return item;
Message response = AxisEngine.getCurrentMessageContext().getResponseMessage(); response.getAttachmentsImpl().setSendType(org.apache.axis.attachments.Attachments.SEND_TYPE_DIME); return new org.apache.axis.attachments.OctetStream(in);
org.apache.axis.Message reqMsg = AxisEngine.getCurrentMessageContext().getRequestMessage(); Collection attachments = reqMsg.getAttachmentsImpl().getAttachments(); org.apache.axis.Message respMsg = AxisEngine.getCurrentMessageContext().getResponseMessage(); respMsg.getAttachmentsImpl().setAttachmentParts(attachments);