/******************************************************************************* * Copyright (c) 2006-2010 eBay Inc. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 *******************************************************************************/ package org.ebayopensource.turmeric.tools.codegen.external.wsdl.parser; public class WSDLParserConstants { public static final String WSDL_FACTORY = "org.ebayopensource.turmeric.runtime.tools.codegen.external.wsdl.parser.WSDLParserFactoryImpl"; public static final String NS_URI_1999_SCHEMA_XSD = "http://www.w3.org/1999/XMLSchema"; public static final String NS_URI_2000_SCHEMA_XSD = "http://www.w3.org/2000/10/XMLSchema"; public static final String NS_URI_2001_SCHEMA_XSD = "http://www.w3.org/2001/XMLSchema"; public static final String NS_URI_SOAP_ENC = "http://schemas.xmlsoap.org/soap/encoding/"; public static final String NS_URI_LITERAL_XML = "http://xml.apache.org/xml-soap/literalxml"; public static final String NS_URI_WSDL = "http://schemas.xmlsoap.org/wsdl/"; public static final String NS_URI_APACHE_SOAP = "http://xml.apache.org/xml-soap"; }