org.jboss.test.jbossnet.document
Class ObjectElementTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.JBossTestCase (src) 
          extended byorg.jboss.test.jbossnet.JBossNetTestBase (src) 
              extended byorg.jboss.test.jbossnet.document.ObjectElementTestCase

public class ObjectElementTestCase
extends JBossNetTestBase (src)

An endpoint test for document centric message exchange It uses the the jva:RPC provider with xsd:anyType

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
ObjectElementTestCase(java.lang.String name)
           
 
Method Summary
protected  void setUp()
           
static Test suite()
          Deploy the test ear
 void testProcessElement()
          Process an Element at the endpoint
 void testProcessObject()
          Process an Object 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

ObjectElementTestCase

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

setUp

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

testProcessElement

public void testProcessElement()
                        throws java.lang.Exception
Process an Element at the endpoint

Throws:
java.lang.Exception

testProcessObject

public void testProcessObject()
                       throws java.lang.Exception
Process an Object at the endpoint

Throws:
java.lang.Exception

suite

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

Throws:
java.lang.Exception