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

org.distributeme.test.interception.interceptor.LogOutAfterCallInterceptor Maven / Gradle / Ivy

package org.distributeme.test.interception.interceptor;

public class LogOutAfterCallInterceptor extends LogOutEverythingInterceptor{

	@Override
	protected String getMessage() {
		return "LOG LEAVING ";
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy