mime.MimeTest Junit test for Mime attachments There should be tests here for... DataHandler, DataSource and other datatypes (not sure of the list) Sync and async rpc-style and doc-style Other mime types Axis and Soap 2.3 Soap Http and Jms Does this function make sense for NativeJms, Java, EJB, etc? Sending att ...
mime.MimeImpl Mime service used by MimeTest @author Mark Whitlock
samples.attachments.EchoAttachment @author Rick Rineholt An example of sending an attachment via RPC. This class has a main method that beside the standard arguments allows you to specify an attachment that will be sent to a service which will then send it back.
org.jboss.test.webservice.attachment.AttachmentProxyTestCase Test SOAP with Attachements (SwA) through the JAXRPC dynamic proxy layer. [ 1039881 ] Cannot create multipart/mixed SOAP attachment @author Thomas.Diesler@jboss.org @since 16-Nov-2004
samples.attachments.TestRef @author Rick Rineholt An example of sending an attachment via messages. The main purpose is to validate the different types of attachment references by content Id, content location both absolute and relative. Creates 5 separate attachments referenced differently by a SOAP document. Each attac ...
org.jboss.test.webservice.attachment.AttachmentSAAJTestCase Test SOAP with Attachements (SwA) through the SAAJ layer. This tests the server side handling of Attachments. The JAXRPC client is not tested. [ 1039881 ] Cannot create multipart/mixed SOAP attachment @author Thomas.Diesler@jboss.org @since Nov 16, 2004
samples.attachments.EchoAttachmentsService @author Rick Rineholt An example of This class has a main method that beside the standard arguments allows you to specify an attachment that will be sent to a service which will then send it back.
org.apache.cocoon.mail.MailMessageSender A helper class used by the {@link org.apache.cocoon.acting.Sendmail} and the <code>sendmail.xsl</code> logicsheet for sending an email message. <h3>Configuration</h3> <table><tbody> <tr><th>smtp-host</th><td>SMTP server to use sending ma ...
org.enhydra.oyster.smime.EnvelopedSMIME EnvelopedSMIME class is used for creating and sending encrypted S/MIME message.<BR> <BR> Email message is in general composed of the content of the message and of one or more attachments. The content is visible part of the message, and attacments are mostly files or other binary data, ...