|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebServiceConfig | |
---|---|
jtr.config | Here reside all the basic classes used to compose the object-oriented representation
of a jtr.xml configuration file. |
jtr.runners | This package defines the hierarchy of interfaces that shape the interaction between user-defined runners and the JTR runtime. |
jtr.ws.jaxws | Default JAX-WS 2.1.1 based implementation of the contracts defined in
jtr.ws . |
Uses of WebServiceConfig in jtr.config |
---|
Methods in jtr.config that return WebServiceConfig | |
---|---|
WebServiceConfig |
TestConfig.getWebserviceConfig(java.lang.String key)
Get the currently configured webservice configuration. |
Methods in jtr.config with parameters of type WebServiceConfig | |
---|---|
void |
TestConfig.addWebService(WebServiceConfig ws)
|
Uses of WebServiceConfig in jtr.runners |
---|
Methods in jtr.runners that return WebServiceConfig | |
---|---|
WebServiceConfig |
AbstractWsRunner.getWsConfig()
|
WebServiceConfig |
IRunnerWs.getWsConfig()
Retrieve the webservice configuration associated with the runner according to what specified by the jtr.xml
configuration file. |
Methods in jtr.runners with parameters of type WebServiceConfig | |
---|---|
void |
AbstractWsRunner.setWsConfig(WebServiceConfig wsConfig)
|
void |
IRunnerWs.setWsConfig(WebServiceConfig wsConfig)
Set the webservice configuration associated with the runner according to what specified by the jtr.xml
configuration file. |
Uses of WebServiceConfig in jtr.ws.jaxws |
---|
Methods in jtr.ws.jaxws with parameters of type WebServiceConfig | |
---|---|
void |
JaxWsHelper.generateRuntimeConfig(WebServiceConfig wsCfg)
|
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |