/* * JBoss, the OpenSource J2EE webOS * * Distributable under LGPL license. * See terms of license at gnu.org. */ // $Id: Constants.java,v 1.5 2002/05/02 10:20:27 cgjung Exp $ package org.jboss.net.axis; /** * Configuration of the axis package. *
*

Change notes

* * @created 11.03.2002 * @author Christoph G. Jung * @version $Revision: 1.5 $ */ public interface Constants extends org.jboss.net.Constants { final public static String OLD_CLASSLOADER_PROPERTY="org.jboss.net.axis.OLD_CLASSLOADER_PROPERTY"; final public static String CONFIGURATION_CONTEXT="org.jboss.net.axis.CONFIGURATION_CONTEXT"; final static String FLASH_ENABLED_CLIENT ="org.jboss.net.axis.FLASH_ENABLED_CLIENT"; }