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

com.arjuna.wscf11.tests.TestInitialisation Maven / Gradle / Ivy

package com.arjuna.wscf11.tests;

import javax.servlet.ServletContextListener;
import javax.servlet.ServletContextEvent;

/**
 * perform any setup required for the 1.1 WSCF tests
 */
public class TestInitialisation implements ServletContextListener
{
    public void contextInitialized(ServletContextEvent servletContextEvent) {
        // do nothing for now
    }

    public void contextDestroyed(ServletContextEvent servletContextEvent) {
        // do nothing for now
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy