Package org.jboss.test.webservice.attachment

Interface Summary
Attachment (src) Service Endpoint Interface for the MIME mapping required by JAXRPC-1.1 image/gif java.awt.Image image/jpeg java.awt.Image text/plain java.lang.String multipart/* javax.mail.internet.MimeMultipart text/xml javax.xml.transform.Source application/xml javax.xml.transform.Source
 

Class Summary
AttachmentDIITestCase (src) Test SOAP with Attachements (SwA) through the JAXRPC DII layer.
AttachmentImpl (src) Service Endpoint for the MIME mapping required by JAXRPC-1.1 image/gif java.awt.Image image/jpeg java.awt.Image text/plain java.lang.String multipart/* javax.mail.internet.MimeMultipart text/xml javax.xml.transform.Source application/xml javax.xml.transform.Source
AttachmentProxyTestCase (src) Test SOAP with Attachements (SwA) through the JAXRPC dynamic proxy layer.
AttachmentSAAJTestCase (src) Test SOAP with Attachements (SwA) through the SAAJ layer.