You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by ip...@apache.org on 2004/12/23 17:34:25 UTC

svn commit: r123206 - in incubator/apollo/trunk/src/java/org/apache/ws/resource/faults: . v1_2

Author: ips
Date: Thu Dec 23 08:34:23 2004
New Revision: 123206

URL: http://svn.apache.org/viewcvs?view=rev&rev=123206
Log:
.
Added:
   incubator/apollo/trunk/src/java/org/apache/ws/resource/faults/v1_2/
   incubator/apollo/trunk/src/java/org/apache/ws/resource/faults/v1_2/Faults1_2Constants.java
Removed:
   incubator/apollo/trunk/src/java/org/apache/ws/resource/faults/Faults1_0Constants.java
   incubator/apollo/trunk/src/java/org/apache/ws/resource/faults/Faults1_2Constants.java

Deleted: /incubator/apollo/trunk/src/java/org/apache/ws/resource/faults/Faults1_0Constants.java
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/java/org/apache/ws/resource/faults/Faults1_0Constants.java?view=auto&rev=123205
==============================================================================

Deleted: /incubator/apollo/trunk/src/java/org/apache/ws/resource/faults/Faults1_2Constants.java
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/java/org/apache/ws/resource/faults/Faults1_2Constants.java?view=auto&rev=123205
==============================================================================

Added: incubator/apollo/trunk/src/java/org/apache/ws/resource/faults/v1_2/Faults1_2Constants.java
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/java/org/apache/ws/resource/faults/v1_2/Faults1_2Constants.java?view=auto&rev=123206
==============================================================================
--- (empty file)
+++ incubator/apollo/trunk/src/java/org/apache/ws/resource/faults/v1_2/Faults1_2Constants.java	Thu Dec 23 08:34:23 2004
@@ -0,0 +1,43 @@
+/*=============================================================================*
+ *  Copyright 2004 The Apache Software Foundation
+ *
+ *  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.
+ *=============================================================================*/
+package org.apache.ws.resource.faults;
+
+
+/**
+ * @author Ian P. Springer
+ */
+public interface Faults1_2Constants
+{
+   /**
+    * DOCUMENT_ME
+    */
+   String NSURI_BASEFAULTS_WSDL = "http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.wsdl";
+
+   /**
+    * DOCUMENT_ME
+    */
+   String NSPREFIX_BASEFAULTS_WSDL = "wsbfw";
+
+   /**
+    * DOCUMENT_ME
+    */
+   String NSURI_BASEFAULTS_SCHEMA = "http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd";
+
+   /**
+    * DOCUMENT_ME
+    */
+   String NSPREFIX_BASEFAULTS_SCHEMA = "wsbf";
+}
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: apollo-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: apollo-dev-help@ws.apache.org