You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by ry...@apache.org on 2005/08/26 22:09:57 UTC

svn commit: r240332 - in /incubator/woden/java/src/org/apache/woden/wsdl20/fragids: ./ Component.java about-this-package

Author: ryman
Date: Fri Aug 26 13:09:55 2005
New Revision: 240332

URL: http://svn.apache.org/viewcvs?rev=240332&view=rev
Log:
Created package to implement fragment identifiers.

Added:
    incubator/woden/java/src/org/apache/woden/wsdl20/fragids/
    incubator/woden/java/src/org/apache/woden/wsdl20/fragids/Component.java
    incubator/woden/java/src/org/apache/woden/wsdl20/fragids/about-this-package

Added: incubator/woden/java/src/org/apache/woden/wsdl20/fragids/Component.java
URL: http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/wsdl20/fragids/Component.java?rev=240332&view=auto
==============================================================================
--- incubator/woden/java/src/org/apache/woden/wsdl20/fragids/Component.java (added)
+++ incubator/woden/java/src/org/apache/woden/wsdl20/fragids/Component.java Fri Aug 26 13:09:55 2005
@@ -0,0 +1,29 @@
+/*
+ * Copyright 2005 IBM Corp 
+ *
+ * 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.woden.wsdl20.fragids;
+
+/**
+ * <code>Component</code> is the abstract base class for all WSDL 2.0 component
+ * fragment identifiers.
+ * 
+ * @author Arthur Ryman (ryman@ca.ibm.com)
+ *
+ */
+
+public class Component {
+
+}

Added: incubator/woden/java/src/org/apache/woden/wsdl20/fragids/about-this-package
URL: http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/wsdl20/fragids/about-this-package?rev=240332&view=auto
==============================================================================
--- incubator/woden/java/src/org/apache/woden/wsdl20/fragids/about-this-package (added)
+++ incubator/woden/java/src/org/apache/woden/wsdl20/fragids/about-this-package Fri Aug 26 13:09:55 2005
@@ -0,0 +1,12 @@
+This package implements the Fragment Identifiers for WSDL 2.0 components as defined
+by Appendix A.2 of the W3C WSDL 2.0 Part 1: Core Language specification. See:
+
+	http://www.w3.org/TR/wsdl20/#frag-ids
+	
+The package contains classes that:
+
+	- model the fragment identifiers for each WSDL 2.0 component
+	- generate fragment identifiers from abstract components
+	- find abstract components in a component model instance given their fragment identifiers
+	- parse URLs into fragment identifiers
+	- serialize fragment identifiers as URLs
\ No newline at end of file



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