Class SoapOneWaySubscriberContextAspect

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

@Order(0) public class SoapOneWaySubscriberContextAspect 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

    • SoapOneWaySubscriberContextAspect

      public SoapOneWaySubscriberContextAspect()
  • 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