public class LogAspect extends Object
Constructor and Description |
---|
LogAspect() |
Modifier and Type | Method and Description |
---|---|
void |
afterGetDataSource(DataSource dataSource) |
Object |
aroundProcessDocument(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
InputStream in,
String contentType,
MessageContext msgContext) |
void |
aroundWriteTo(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
MessageContext msgContext,
org.apache.axiom.om.OMOutputFormat format,
OutputStream out,
boolean preserve) |
public void aroundWriteTo(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, MessageContext msgContext, org.apache.axiom.om.OMOutputFormat format, OutputStream out, boolean preserve) throws Throwable
Throwable
public void afterGetDataSource(DataSource dataSource)
public Object aroundProcessDocument(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, InputStream in, String contentType, MessageContext msgContext) throws Throwable
Throwable
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.