org.apache.openejb.core.ivm.naming
Interface JaxWsServiceReference.WebServiceClientCustomizer

Enclosing class:
JaxWsServiceReference

public static interface JaxWsServiceReference.WebServiceClientCustomizer


Method Summary
 void customize(Object port, Properties properties)
          Note: it is recommanded to use same key type as in features() impl (ie qname)
 WebServiceFeature[] features(QName qname, Properties properties)
           
 

Method Detail

features

WebServiceFeature[] features(QName qname,
                             Properties properties)
Parameters:
qname - QName of the webservice
properties - 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 instance
properties - configuration of the application


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.