|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestCase
org.jboss.test.JBossTestCase (src)
org.jboss.test.jbossnet.JBossNetTestBase
Junit Test class with some JBoss.Net support
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 |
protected java.lang.String PROTOCOL
protected java.lang.String ADDRESS
protected java.lang.String AXIS_CONTEXT
protected java.lang.String SERVICE_PORT
protected java.lang.String SERVICES_LOCATION
Constructor Detail |
public JBossNetTestBase(java.lang.String name)
Method Detail |
public Service (src) createService(java.net.URL wsdlURL, QName (src) serviceQName) throws java.lang.Exception
java.lang.Exception
public Service (src) createService(java.net.URL wsdlURL, QName (src) serviceQName, boolean maintainSession) throws java.lang.Exception
java.lang.Exception
protected java.lang.String getAxisConfiguration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |