/*
 * JBoss, the OpenSource WebOS
 *
 * Distributable under LGPL license.
 * See terms of license at gnu.org.
 */
package javax.xml.soap;

/** The definition of constants pertaining to the SOAP 1.1 protocol. 
 * @author Scott.Stark@jboss.org
 * @version $Revision: 1.1 $
 */
public interface SOAPConstants
{
   public static final String URI_NS_SOAP_ENCODING="http://schemas.xmlsoap.org/soap/encoding/";
   public static final String URI_NS_SOAP_ENVELOPE="http://schemas.xmlsoap.org/soap/envelope/";
   public static final String URI_SOAP_ACTOR_NEXT="http://schemas.xmlsoap.org/soap/actor/next";
}