org.jboss.test.jbossnet
Class JBossNetTestBase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.JBossTestCase (src) 
          extended byorg.jboss.test.jbossnet.JBossNetTestBase
Direct Known Subclasses:
AxisUnitTestCase (src) , EJBEndpointTestCase (src) , ExternalUnitTestCase (src) , JmxUnitTestCase (src) , MessageTestCase (src) , ObjectElementTestCase (src) , SecurityUnitTestCase (src) , StateUnitTestCase (src) , WSRUnitTestCase (src)

public abstract class JBossNetTestBase
extends JBossTestCase (src)

Junit Test class with some JBoss.Net support

Since:
12. Oktober 2001, 11:20
See Also:
Serialized Form

Field Summary
protected  java.lang.String ADDRESS
          the address to which we forward the request
protected  java.lang.String AXIS_CONTEXT
          where the axis servlet context is installed
protected  java.lang.String PROTOCOL
          the protocol we use
protected  java.lang.String SERVICE_PORT
          where the service port is located under
protected  java.lang.String SERVICES_LOCATION
          has an associated end point that may be configured once
 
Fields inherited from class org.jboss.test.JBossTestCase (src)
delegate, deploymentException, log
 
Constructor Summary
JBossNetTestBase(java.lang.String name)
          Creates new JBossNetTestBase
 
Method Summary
 Service (src) createService(java.net.URL wsdlURL, QName (src)  serviceQName)
          Create a Service that is preconfigured from WSDL
 Service (src) createService(java.net.URL wsdlURL, QName (src)  serviceQName, boolean maintainSession)
          Create a Service that is preconfigured from WSDL
protected  java.lang.String getAxisConfiguration()
          Overwrite to provide the path to the custom client config
 
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

PROTOCOL

protected java.lang.String PROTOCOL
the protocol we use


ADDRESS

protected java.lang.String ADDRESS
the address to which we forward the request


AXIS_CONTEXT

protected java.lang.String AXIS_CONTEXT
where the axis servlet context is installed


SERVICE_PORT

protected java.lang.String SERVICE_PORT
where the service port is located under


SERVICES_LOCATION

protected java.lang.String SERVICES_LOCATION
has an associated end point that may be configured once

Constructor Detail

JBossNetTestBase

public JBossNetTestBase(java.lang.String name)
Creates new JBossNetTestBase

Method Detail

createService

public Service (src)  createService(java.net.URL wsdlURL,
                             QName (src)  serviceQName)
                      throws java.lang.Exception
Create a Service that is preconfigured from WSDL

Throws:
java.lang.Exception

createService

public Service (src)  createService(java.net.URL wsdlURL,
                             QName (src)  serviceQName,
                             boolean maintainSession)
                      throws java.lang.Exception
Create a Service that is preconfigured from WSDL

Throws:
java.lang.Exception

getAxisConfiguration

protected java.lang.String getAxisConfiguration()
Overwrite to provide the path to the custom client config