public class WebServiceInjectionConfigurator extends java.lang.Object implements JaxWsServiceReference.WebServiceClientCustomizer
Constructor and Description |
---|
WebServiceInjectionConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
customize(java.lang.Object o,
java.util.Properties properties)
Note: it is recommanded to use same key type as in features() impl (ie qname)
|
javax.xml.ws.WebServiceFeature[] |
features(javax.xml.namespace.QName qname,
java.util.Properties properties) |
public javax.xml.ws.WebServiceFeature[] features(javax.xml.namespace.QName qname, java.util.Properties properties)
features
in interface JaxWsServiceReference.WebServiceClientCustomizer
qname
- QName of the webserviceproperties
- app configurationpublic void customize(java.lang.Object o, java.util.Properties properties)
JaxWsServiceReference.WebServiceClientCustomizer
customize
in interface JaxWsServiceReference.WebServiceClientCustomizer
o
- the client instanceproperties
- configuration of the application