Hi.

I want to be able to detect all incoming or outgoing Faults.
I've tried to create an SoapInterceptor and implement
public void handleFault( SoapMessage message )

which has been registered as an inFaultInterceptor in phase Phase.USER_PROTOCOL
and outFaultInterceptor in phase Phase.SEND after the Soap11FaultOutInterceptor

but no-go.

Any pointers?

Is it possible to subscribe to Fault events directly from CXF - or do
I have to get my approach above working?

--
David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen

Reply via email to