org.jboss.test.webservice
Class WebserviceTestBase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.JBossTestCase (src) 
          extended byorg.jboss.test.webservice.WebserviceTestBase
Direct Known Subclasses:
AbstractRpcTestBase (src) , AttachmentProxyTestCase (src) , ClientSideApplTestCase (src) , ClientStubTestCase (src) , ContextRootTestCase (src) , EncStyleTestCase (src) , ExampleTestCase (src) , ExceptionTestCase (src) , ExplodedExampleTestCase (src) , HandlerFlowTestCase (src) , HeaderEndpointTestCase (src) , JBWS124TestCase (src) , JBWS128TestCase (src) , JBWS153TestCase (src) , JBWS68TestCase (src) , JBWS70TestCase (src) , JBWS71TestCase (src) , JBWS79TestCase (src) , JBWS82TestCase (src) , JBWS83TestCase (src) , JBWS84TestCase (src) , MarshallDocLiteralTestCase (src) , MessageTestCase (src) , OrderProcessDOCTestCase (src) , OrderProcessRPCTestCase (src) , ServerSideEJBSecTestCase (src) , SimpleClientTestCase (src) , VersionTestCase (src)

public class WebserviceTestBase
extends JBossTestCase (src)

Common functionality for web services test cases.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.JBossTestCase (src)
delegate, deploymentException, log
 
Constructor Summary
WebserviceTestBase(java.lang.String name)
           
 
Method Summary
protected  javax.naming.InitialContext getClientContext()
          Get the client's env context, see tracker [840598] for details
 
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

WebserviceTestBase

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

getClientContext

protected javax.naming.InitialContext getClientContext()
                                                throws javax.naming.NamingException
Get the client's env context, see tracker [840598] for details

Throws:
javax.naming.NamingException