2016-06-24 6 views

答えて

2

soapヘッダーを追加して処理する場合は、outboundのフェーズとインバウンドのREADとしてSETUPを使用してorg.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptorの実装に進みます。

あなたは、あなたが抽象蒸気インターセプターとorg.apache.cxf.io.CachedOutputStream

で遊ぶことができ、発信XML自体の一部内容を変更したい場合は

http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/configuration_interceptor/src/main/java/demo/stream/interceptor/StreamInterceptor.java?revision=1173027&view=markup

をご覧ください

フル実施例

Thrad-フロー例以上 http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/configuration_interceptor

スタック@

How To Modify The Raw XML message of an Outbound CXF Request?

関連する問題