All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.tracee.contextlogger.contextprovider.jaxws.TraceeContextLoggerJaxwsConstants Maven / Gradle / Ivy

There is a newer version: 0.11.0
Show newest version
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