public class

AspectJWeaverMessageHandler

extends Object
java.lang.Object
   ↳ org.springframework.aop.aspectj.AspectJWeaverMessageHandler

Class Overview

Implementation of AspectJ's IMessageHandler interface that routes AspectJ weaving messages through the same logging system as the regular Spring messages.

Pass the option...

-XmessageHandlerClass:org.springframework.aop.aspectj.AspectJWeaverMessageHandler

to the weaver; for example, specifying the following in a "META-INF/aop.xml file:

<weaver options="..."/>

Summary

Public Constructors
AspectJWeaverMessageHandler()
Public Methods
void dontIgnore(Kind messageKind)
boolean handleMessage(IMessage message)
void ignore(Kind kind)
boolean isIgnoring(Kind messageKind)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AspectJWeaverMessageHandler ()

Public Methods

public void dontIgnore (Kind messageKind)

public boolean handleMessage (IMessage message)

Throws
AbortException

public void ignore (Kind kind)

public boolean isIgnoring (Kind messageKind)