Description
To configure a @WebServiceRef.
Config uses application.properties.
Format is:
# global for all clients
cxf.jaxws.client.out-interceptors = ...
# specific
cxf.jaxws.client.{ns}MyPort.out-interceptors = ...
Services can be defines in tomee.xml or application.properties.
Here a sample:
foo = new://Service?class-name=com.foo.Bar foo.a = 1 # and configure with id for configurable services and fqn for others cxf.jaxws.client.{ns}MyPort.out-interceptors = foo,com.foo.MyInInterceptor
Note: resources.xml are ignored for now (to be enhanced)