Spring AOP with AspectJ Annotation Configuration Example

As we have already seen the AOP advise methods and its implementation through XML. Let’s discuss AOP advises with annotation In order to achieve this, we need to follow below steps Annotate our aspect class with @Aspect annotation. We need to define the aspect as a bean in spring xml file We need to define […]

Share this article on

SOAP handlers overview

Handlers are the message interceptors which does additional processing of the inbound and outbound messages. Inbound messages are the request messages (client to web service) Outbound messages are the response messages (web service to client) Additional processing of a SOAP message would be to add some additional information to SOAP headers or manipulate the values […]

Share this article on
< Previous Next >