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

org.codehaus.xfire.aegis.AbstractXFireAegisTest Maven / Gradle / Ivy

package org.codehaus.xfire.aegis;

import org.codehaus.xfire.service.binding.ObjectServiceFactory;
import org.codehaus.xfire.test.AbstractXFireTest;

/**
 * @author Dan Diephouse 
 * @since Oct 31, 2004
 */
public abstract class AbstractXFireAegisTest
    extends AbstractXFireTest
{
    protected void setUp()
        throws Exception
    {
        super.setUp();

        setServiceFactory(new ObjectServiceFactory(getTransportManager(),
                new AegisBindingProvider()));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy