org.jboss.test.webservice.attachment
Class AttachmentProxyTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.JBossTestCase (src) 
          extended byorg.jboss.test.webservice.WebserviceTestBase (src) 
              extended byorg.jboss.test.webservice.attachment.AttachmentProxyTestCase

public class AttachmentProxyTestCase
extends WebserviceTestBase (src)

Test SOAP with Attachements (SwA) through the JAXRPC dynamic proxy layer. [ 1039881 ] Cannot create multipart/mixed SOAP attachment

Since:
16-Nov-2004
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.JBossTestCase (src)
delegate, deploymentException, log
 
Constructor Summary
AttachmentProxyTestCase(java.lang.String name)
           
 
Method Summary
protected  void setUp()
           
static Test suite()
          Deploy the test ear
 void testEchoHandler()
           
 void testEchoMimeApplicationXML()
          Send a multipart message with a text/plain attachment part
 void testEchoMimeImageGIF()
          Send a multipart message with a text/plain attachment part
 void testEchoMimeImageJPEG()
          Send a multipart message with a text/plain attachment part
 void testEchoMimeMultipart()
          Send a multipart message with a text/plain attachment part
 void testEchoMimeTextPlain()
          Send a multipart message with a text/plain attachment part
 void testEchoMimeTextXML()
          Send a multipart message with a text/plain attachment part
 void testSendMimeApplicationXML()
          Send a multipart message with a text/plain attachment part
 void testSendMimeImageGIF()
          Send a multipart message with a text/plain attachment part
 void testSendMimeImageJPEG()
          Send a multipart message with a text/plain attachment part
 void testSendMimeMultipart()
          Send a multipart message with a text/plain attachment part
 void testSendMimeTextPlain()
          Send a multipart message with a text/plain attachment part
 void testSendMimeTextXML()
          Send a multipart message with a text/plain attachment part
 
Methods inherited from class org.jboss.test.webservice.WebserviceTestBase (src)
getClientContext
 
Methods inherited from class org.jboss.test.JBossTestCase (src)
deploy, flushAuthCache, flushAuthCache, getBeanCount, getDeployerName, getDeploySetup, getDeployURL, getInitialContext, getIterationCount, getJndiInitFactory, getJndiURL, getLog, getResourceURL, getServer, getServerHost, getThreadCount, initDelegate, invoke, restartDBPool, sleep, testServerFound, undeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentProxyTestCase

public AttachmentProxyTestCase(java.lang.String name)
Method Detail

suite

public static Test suite()
                  throws java.lang.Exception
Deploy the test ear

Throws:
java.lang.Exception

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

testSendMimeImageGIF

public void testSendMimeImageGIF()
                          throws java.lang.Exception
Send a multipart message with a text/plain attachment part

Throws:
java.lang.Exception

testSendMimeImageJPEG

public void testSendMimeImageJPEG()
                           throws java.lang.Exception
Send a multipart message with a text/plain attachment part

Throws:
java.lang.Exception

testSendMimeTextPlain

public void testSendMimeTextPlain()
                           throws java.lang.Exception
Send a multipart message with a text/plain attachment part

Throws:
java.lang.Exception

testSendMimeMultipart

public void testSendMimeMultipart()
                           throws java.lang.Exception
Send a multipart message with a text/plain attachment part

Throws:
java.lang.Exception

testSendMimeTextXML

public void testSendMimeTextXML()
                         throws java.lang.Exception
Send a multipart message with a text/plain attachment part

Throws:
java.lang.Exception

testSendMimeApplicationXML

public void testSendMimeApplicationXML()
                                throws java.lang.Exception
Send a multipart message with a text/plain attachment part

Throws:
java.lang.Exception

testEchoMimeImageGIF

public void testEchoMimeImageGIF()
                          throws java.lang.Exception
Send a multipart message with a text/plain attachment part

Throws:
java.lang.Exception

testEchoMimeImageJPEG

public void testEchoMimeImageJPEG()
                           throws java.lang.Exception
Send a multipart message with a text/plain attachment part

Throws:
java.lang.Exception

testEchoMimeTextPlain

public void testEchoMimeTextPlain()
                           throws java.lang.Exception
Send a multipart message with a text/plain attachment part

Throws:
java.lang.Exception

testEchoMimeMultipart

public void testEchoMimeMultipart()
                           throws java.lang.Exception
Send a multipart message with a text/plain attachment part

Throws:
java.lang.Exception

testEchoMimeTextXML

public void testEchoMimeTextXML()
                         throws java.lang.Exception
Send a multipart message with a text/plain attachment part

Throws:
java.lang.Exception

testEchoMimeApplicationXML

public void testEchoMimeApplicationXML()
                                throws java.lang.Exception
Send a multipart message with a text/plain attachment part

Throws:
java.lang.Exception

testEchoHandler

public void testEchoHandler()
                     throws java.lang.Exception
Throws:
java.lang.Exception