org.jboss.test.jbossnet.message
Class MessageTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.JBossTestCase (src) 
          extended byorg.jboss.test.jbossnet.JBossNetTestBase (src) 
              extended byorg.jboss.test.jbossnet.message.MessageTestCase
Direct Known Subclasses:
RedeployMessageTestCase (src)

public class MessageTestCase
extends JBossNetTestBase (src)

Endpoint test for document centric message exchange . It uses the the jva:MSG provider.

See Also:
Serialized Form

Field Summary
static java.lang.String xmlstr
           
 
Fields inherited from class org.jboss.test.jbossnet.JBossNetTestBase (src)
ADDRESS, AXIS_CONTEXT, PROTOCOL, SERVICE_PORT, SERVICES_LOCATION
 
Fields inherited from class org.jboss.test.JBossTestCase (src)
delegate, deploymentException, log
 
Constructor Summary
MessageTestCase(java.lang.String name)
           
 
Method Summary
static Test suite()
          Deploy the test ear
 void testProcessMessage()
          Process an Document at the endpoint
 
Methods inherited from class org.jboss.test.jbossnet.JBossNetTestBase (src)
createService, createService, getAxisConfiguration
 
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
 

Field Detail

xmlstr

public static final java.lang.String xmlstr
See Also:
Constant Field Values (src)
Constructor Detail

MessageTestCase

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

testProcessMessage

public void testProcessMessage()
                        throws java.lang.Exception
Process an Document at the endpoint

Throws:
java.lang.Exception

suite

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

Throws:
java.lang.Exception