|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebServiceTypeMapping | |
---|---|
jtr.config.ws | This package contains all those classes that maps one-to-one with those XML
elements used to define WebServices Configurations in a jtr.xml
configuration file. |
Uses of WebServiceTypeMapping in jtr.config.ws |
---|
Methods in jtr.config.ws that return WebServiceTypeMapping | |
---|---|
WebServiceTypeMapping |
WebServiceService.getTypeMapping(javax.xml.namespace.QName qName)
Get the type mapping identified by the given QName or
null if nothing can be found. |
Methods in jtr.config.ws that return types with arguments of type WebServiceTypeMapping | |
---|---|
java.util.Collection<WebServiceTypeMapping> |
WebServiceService.getTypeMappings()
Get the collection of type mappings available for the current service specification. |
Methods in jtr.config.ws with parameters of type WebServiceTypeMapping | |
---|---|
void |
WebServiceService.addTypeMapping(javax.xml.namespace.QName qualifiedName,
WebServiceTypeMapping tm)
Add a single type mapping to the current service specification. |
void |
WebServiceService.addTypeMapping(WebServiceTypeMapping typeMapping)
Add a single type mapping to the current service specification. |
Method parameters in jtr.config.ws with type arguments of type WebServiceTypeMapping | |
---|---|
void |
WebServiceService.setTypeMappings(java.util.Collection<WebServiceTypeMapping> typeMappings)
Set the type mappings for the current service specification. |
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |