Re: CXF "String" transport? [SEC=UNCLASSIFIED]

2014-06-25 Thread Sergey Beryozkin
CXF in interceptors can abort the chain and get the flow continued starting from the outgoing chain, example: private Message createOutMessage(Message inMessage) { Endpoint e = inMessage.getExchange().get(Endpoint.class); Message mout = e.getBinding().createMessage(); //

Re: CXF "String" transport? [SEC=UNCLASSIFIED]

2014-06-24 Thread Joel Pearson
Willem.Jiang wrote You may consider to take a look at the log interceptor[1][2], you can intercept the request message do want to you want there. [1]https://cxf.apache.org/javadoc/latest/org/apache/cxf/interceptor/LoggingInInterceptor.html [2]https://cxf.apache.org/javadoc/latest/org/apache/cxf/i