package javax.xml.rpc; /* * #%L * Matos * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2004 - 2014 Orange SA * %% * 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 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * #L% */ import com.francetelecom.rd.stubs.annotation.ClassDone; @ClassDone public class NamespaceConstants extends java.lang.Object{ // Fields public static final String NSPREFIX_SOAP_ENVELOPE = "soapenv"; public static final String NSPREFIX_SCHEMA_XSD = "xsd"; public static final String NSPREFIX_SCHEMA_XSI = "xsi"; public static final String NSURI_SOAP_ENVELOPE = "http://schemas.xmlsoap.org/soap/envelope/"; public static final String NSURI_SOAP_ENCODING = "http://schemas.xmlsoap.org/soap/encoding/"; public static final String NSURI_SOAP_NEXT_ACTOR = "http://schemas.xmlsoap.org/soap/actor/next"; public static final String NSURI_SCHEMA_XSD = "http://www.w3.org/2001/XMLSchema"; public static final String NSURI_SCHEMA_XSI = "http://www.w3.org/2001/XMLSchema-instance"; // Methods public NamespaceConstants(){ return; } }