Apache CXF JAX-RS クライアントを作成し、inInterceptor を追加しています
MyProxy proxy = JAXRSClientFactory.create("http://path.to.url", MyProxy.class);
ClientConfiguration config = WebClient.getConfig(service);
config.getInInterceptors().add(new RemoveAlertsInterceptor());
RemoveAlertsInterceptor
プロキシから読み取ることができる内にパラメータを設定するにはどうすればよいですか?