|
JTR 4.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtr.ws.wsif.WebServiceRtConfig
public class WebServiceRtConfig
This class is used by WsifHelper
instances to internally
store a WSIF-based webservice configuration.
This class can be thought as the runtime counterpart of the
jtr.config.ws.WebServiceConfig
class, and as such
it is composed by a set of services (WebServiceRtService
instances) uniquely identified by their qualified name.
WebServiceConfig
Constructor Summary | |
---|---|
WebServiceRtConfig()
Default constructor. |
Method Summary | |
---|---|
void |
addService(javax.xml.namespace.QName qname,
WebServiceRtService service)
Adds a runtime service description to the current configuration. |
WebServiceRtService |
getService(javax.xml.namespace.QName qname)
Get a particular service (if it exists) providing its qualified name. |
WebServiceRtService |
getService(java.lang.String nameSpace,
java.lang.String name)
Get a particular service (if it exists) providing its namespace and its name. |
java.util.HashMap<javax.xml.namespace.QName,WebServiceRtService> |
getServices()
Get the HashMap storing all the configured services. |
void |
setServices(java.util.HashMap<javax.xml.namespace.QName,WebServiceRtService> services)
Set a brand new set of services represented by the required HashMap . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebServiceRtConfig()
Method Detail |
---|
public void addService(javax.xml.namespace.QName qname, WebServiceRtService service)
qname
- The service qualified nameservice
- The runtime service descriptionpublic java.util.HashMap<javax.xml.namespace.QName,WebServiceRtService> getServices()
HashMap
storing all the configured services.
public void setServices(java.util.HashMap<javax.xml.namespace.QName,WebServiceRtService> services)
HashMap
.
services
- The set of servicespublic WebServiceRtService getService(java.lang.String nameSpace, java.lang.String name)
nameSpace
- The service namespacename
- The service name
public WebServiceRtService getService(javax.xml.namespace.QName qname)
qname
- service qualified name
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |