[jboss-user] [JBossWS] - intercepting soap message in a client and server side
davidkally
do-not-reply at jboss.com
Tue Mar 20 15:25:45 EDT 2007
Hello everybody,
I need to handle (intercept) soap messages in the client side and server side, but the main concern is that i do not have to add any code in the client and Endpoint to do so ( like @handlerchain()).
what i am doing is devolping tools for fault tolarnce and i need to inject some stuff in a soap message after the client invoke the endpoint and before the message goes to the wire.
then i need as weee to intercept the same message before reachs the Endpoint method.
I know there are ways to do this by using(@Handlerchain()) at both sides, however, that means i need to add some code in both sides which is i do not have.
Therefore, is there any other way to intercept soap messages, please.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029957#4029957
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029957
More information about the jboss-user
mailing list