|
JTR 4.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 | Here we have all the contracts that define the interaction between the JTR runtime and those components in charge of supporting user-defined runners in webservices invocation. |
jtr.ws.jaxws | Default JAX-WS 2.1.1 based implementation of the contracts defined in
jtr.ws . |
jtr.ws.wsif | Default Jakarts WSIF 2.0 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 |
IRunnerWs.getWsConfig()
Retrieve the webservice configuration associated with the runner according to what specified by the jtr.xml
configuration file. |
WebServiceConfig |
AbstractWsRunner.getWsConfig()
|
Methods in jtr.runners with parameters of type WebServiceConfig | |
---|---|
void |
IRunnerWs.setWsConfig(WebServiceConfig wsConfig)
Set the webservice configuration associated with the runner according to what specified by the jtr.xml
configuration file. |
void |
AbstractWsRunner.setWsConfig(WebServiceConfig wsConfig)
|
Uses of WebServiceConfig in jtr.ws |
---|
Methods in jtr.ws with parameters of type WebServiceConfig | |
---|---|
void |
IWsHelper.generateRuntimeConfig(WebServiceConfig wsCfg)
Deprecated. |
Uses of WebServiceConfig in jtr.ws.jaxws |
---|
Methods in jtr.ws.jaxws with parameters of type WebServiceConfig | |
---|---|
void |
JaxWsHelper.generateRuntimeConfig(WebServiceConfig wsCfg)
|
Uses of WebServiceConfig in jtr.ws.wsif |
---|
Fields in jtr.ws.wsif declared as WebServiceConfig | |
---|---|
protected WebServiceConfig |
WsifHelper.wsConfig
|
Methods in jtr.ws.wsif with parameters of type WebServiceConfig | |
---|---|
void |
WsifHelper.generateRuntimeConfig(WebServiceConfig wsCfg)
This method produces the WSIF-based runtime classes required to access and invoke the webservices represented by the input WebServiceConfig instance.This method is invoked once by the AbstractWsRunner class,
before the test() method of the application-level runner
implementation is actually invoked. |
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |