org.apache.openejb.core.ivm.naming
Interface JaxWsServiceReference.WebServiceClientCustomizer
- Enclosing class:
- JaxWsServiceReference
public static interface JaxWsServiceReference.WebServiceClientCustomizer
features
WebServiceFeature[] features(QName qname,
Properties properties)
- Parameters:
qname - QName of the webserviceproperties - app configuration
- Returns:
- ws features associated with this endpoint
customize
void customize(Object port,
Properties properties)
- Note: it is recommanded to use same key type as in features() impl (ie qname)
- Parameters:
port - the client instanceproperties - configuration of the application
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.