3

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プロキシから読み取ることができる内にパラメータを設定するにはどうすればよいですか?

4

0 に答える 0