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