Class SoapTwoWaysProviderContextAspect

java.lang.Object
org.sklsft.commons.log.aspects.RequestContextAspectTemplate
org.sklsft.commons.soap.aspect.correlation.SoapTwoWaysProviderContextAspect

@Order(0) public class SoapTwoWaysProviderContextAspect extends org.sklsft.commons.log.aspects.RequestContextAspectTemplate
An aspect to put the transaction id and correlation id in the RequestContext. This will be useful for logs tracking.
Author:
Nicolas Thibault
  • Constructor Details

    • SoapTwoWaysProviderContextAspect

      public SoapTwoWaysProviderContextAspect()
  • Method Details

    • onPointcut

      protected void onPointcut()
      Specified by:
      onPointcut in class org.sklsft.commons.log.aspects.RequestContextAspectTemplate
    • getCorrelationId

      protected String getCorrelationId(org.aspectj.lang.JoinPoint joinPoint)
      Specified by:
      getCorrelationId in class org.sklsft.commons.log.aspects.RequestContextAspectTemplate