Class WebServiceProviderInstrumentation.InvokeAdvice

java.lang.Object
io.opentelemetry.javaagent.instrumentation.jaxws.v2_0.WebServiceProviderInstrumentation.InvokeAdvice
Enclosing class:
WebServiceProviderInstrumentation

public static class WebServiceProviderInstrumentation.InvokeAdvice extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    startSpan(Object target, String methodName, io.opentelemetry.javaagent.bootstrap.CallDepth callDepth, io.opentelemetry.javaagent.instrumentation.jaxws.common.JaxWsRequest request, io.opentelemetry.context.Context context, io.opentelemetry.context.Scope scope)
     
    static void
    stopSpan(Throwable throwable, io.opentelemetry.javaagent.bootstrap.CallDepth callDepth, io.opentelemetry.javaagent.instrumentation.jaxws.common.JaxWsRequest request, io.opentelemetry.context.Context context, io.opentelemetry.context.Scope scope)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InvokeAdvice

      public InvokeAdvice()
  • Method Details

    • startSpan

      @OnMethodEnter(suppress=java.lang.Throwable.class) public static void startSpan(@This Object target, @Origin("#m") String methodName, @Local("otelCallDepth") io.opentelemetry.javaagent.bootstrap.CallDepth callDepth, @Local("otelRequest") io.opentelemetry.javaagent.instrumentation.jaxws.common.JaxWsRequest request, @Local("otelContext") io.opentelemetry.context.Context context, @Local("otelScope") io.opentelemetry.context.Scope scope)
    • stopSpan

      @OnMethodExit(onThrowable=java.lang.Throwable.class, suppress=java.lang.Throwable.class) public static void stopSpan(@Thrown Throwable throwable, @Local("otelCallDepth") io.opentelemetry.javaagent.bootstrap.CallDepth callDepth, @Local("otelRequest") io.opentelemetry.javaagent.instrumentation.jaxws.common.JaxWsRequest request, @Local("otelContext") io.opentelemetry.context.Context context, @Local("otelScope") io.opentelemetry.context.Scope scope)