Uses of Interface
org.glassfish.webservices.monitoring.MonitorContext
-
Packages that use MonitorContext Package Description fish.payara.opentracing.jaxws org.glassfish.webservices.monitoring -
-
Uses of MonitorContext in fish.payara.opentracing.jaxws
Methods in fish.payara.opentracing.jaxws with parameters of type MonitorContext Modifier and Type Method Description voidJaxwsContainerRequestTracingFilter. filterRequest(com.sun.xml.ws.api.message.Packet pipeRequest, MonitorContext monitorContext)voidJaxwsContainerRequestTracingFilter. filterResponse(com.sun.xml.ws.api.message.Packet pipeRequest, com.sun.xml.ws.api.message.Packet pipeResponse, MonitorContext monitorContext)static <A extends Annotation>
AOpenTracingJaxwsCdiUtils. getAnnotation(jakarta.enterprise.inject.spi.BeanManager beanManager, Class<A> annotationClass, MonitorContext monitorContext)Gets the annotation from the method that triggered the interceptor.static <A extends Annotation,T>
Optional<T>OpenTracingJaxwsCdiUtils. getConfigOverrideValue(Class<A> annotationClass, String parameterName, MonitorContext monitorContext, Class<T> parameterType)Gets overriding config parameter values if they're present from an invocation context. -
Uses of MonitorContext in org.glassfish.webservices.monitoring
Classes in org.glassfish.webservices.monitoring that implement MonitorContext Modifier and Type Class Description classMonitorContextImplMethods in org.glassfish.webservices.monitoring with parameters of type MonitorContext Modifier and Type Method Description voidMonitorFilter. filterRequest(com.sun.xml.ws.api.message.Packet pipeRequest, MonitorContext monitorContext)voidMonitorFilter. filterResponse(com.sun.xml.ws.api.message.Packet pipeRequest, com.sun.xml.ws.api.message.Packet pipeResponse, MonitorContext monitorContext)
-