io.tracee.contextlogger.contextprovider.jaxws.TraceeContextLoggerJaxwsConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of contextprovider-jaxws Show documentation
Show all versions of contextprovider-jaxws Show documentation
Please refer to https://github.com/tracee/contextlogger.
package io.tracee.contextlogger.contextprovider.jaxws;
/**
* This class is not directly used but exists for the users convenience
* (Like adding @HandlerChain(xmlFile=TraceeContextLoggerJaxwsConstants.TRACEE_WITH_ERROR_LOGGING_HANDLER_CHAIN_URL)
*/
@SuppressWarnings("UnusedDeclaration")
public final class TraceeContextLoggerJaxwsConstants {
private TraceeContextLoggerJaxwsConstants() { }
public static final String TRACEE_WITH_ERROR_LOGGING_HANDLER_CHAIN_URL =
"/io/tracee/contextlogger/contextprovider/jaxws/TraceeWithErrorLoggingHandlerChain.xml";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy