- All Implemented Interfaces:
- org.apache.openejb.core.ivm.naming.JaxWsServiceReference.WebServiceClientCustomizer
public class WebServiceInjectionConfigurator
extends Object
implements org.apache.openejb.core.ivm.naming.JaxWsServiceReference.WebServiceClientCustomizer
Used to configure a @WebServiceRef.
Config uses application.properties.
Format is:
# global for all clients
cxf.jaxws.client.out-interceptors = com.foo.MyInInterceptor
# specific
cxf.jaxws.client.{ns}MyPort.out-interceptors = com.foo.MyInInterceptor
Services can be defines in tomee.xml or application.properties.
Note: resources.xml are ignored for now (to be enhanced)