Author: jkaputin
Date: Mon Feb 11 10:14:41 2008
New Revision: 620560
URL: http://svn.apache.org/viewvc?rev=620560&view=rev
Log:
Changed Javadoc comments from 'javax.wsdl' to
'org.apache.woden'
Modified:
webservices/woden/trunk/java/src/org/apache/woden/wsdl20/extensions/ExtensionDeserializer.java
webservices/woden/trunk/java/src/org/apache/woden/wsdl20/extensions/ExtensionRegistry.java
webservices/woden/trunk/java/src/org/apache/woden/wsdl20/extensions/ExtensionSerializer.java
Modified:
webservices/woden/trunk/java/src/org/apache/woden/wsdl20/extensions/ExtensionDeserializer.java
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/org/apache/woden/wsdl20/extensions/ExtensionDeserializer.java?rev=620560&r1=620559&r2=620560&view=diff
==============================================================================
---
webservices/woden/trunk/java/src/org/apache/woden/wsdl20/extensions/ExtensionDeserializer.java
(original)
+++
webservices/woden/trunk/java/src/org/apache/woden/wsdl20/extensions/ExtensionDeserializer.java
Mon Feb 11 10:14:41 2008
@@ -41,7 +41,7 @@
*
* @param parentType a class object indicating where in the WSDL
* document this extension element was encountered. For
- * example, javax.wsdl.Binding.class would be used to indicate
+ * example, org.apache.woden.Binding.class would be used to indicate
* this element was encountered as an immediate child of
* a <wsdl:binding> element.
* @param parent the parent object of this extension element
Modified:
webservices/woden/trunk/java/src/org/apache/woden/wsdl20/extensions/ExtensionRegistry.java
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/org/apache/woden/wsdl20/extensions/ExtensionRegistry.java?rev=620560&r1=620559&r2=620560&view=diff
==============================================================================
---
webservices/woden/trunk/java/src/org/apache/woden/wsdl20/extensions/ExtensionRegistry.java
(original)
+++
webservices/woden/trunk/java/src/org/apache/woden/wsdl20/extensions/ExtensionRegistry.java
Mon Feb 11 10:14:41 2008
@@ -175,9 +175,9 @@
*
* @param parentType a class object indicating where in the WSDL
* definition this extension was encountered. For
- * example, javax.wsdl.Binding.class would be used to indicate
+ * example, org.apache.woden.Binding.class would be used to indicate
* this extensibility element was found in the list of
- * extensibility elements belonging to a javax.wsdl.Binding.
+ * extensibility elements belonging to a org.apache.woden.Binding.
* @param elementType the qname of the extensibility element
* @param es the extension serializer to use
*
@@ -207,7 +207,7 @@
*
* @param parentType a class object indicating where in the WSDL
* document this extensibility element was encountered. For
- * example, javax.wsdl.Binding.class would be used to indicate
+ * example, org.apache.woden.Binding.class would be used to indicate
* this element was encountered as an immediate child of
* a <wsdl:binding> element.
* @param elementType the qname of the extensibility element
@@ -238,9 +238,9 @@
*
* @param parentType a class object indicating where in the WSDL
* definition this extension was encountered. For
- * example, javax.wsdl.Binding.class would be used to indicate
+ * example, org.apache.woden.Binding.class would be used to indicate
* this extensibility element was found in the list of
- * extensibility elements belonging to a javax.wsdl.Binding.
+ * extensibility elements belonging to a org.apache.woden.Binding.
* @param elementType the qname of the extensibility element
*
* @return the extension serializer, if one was found. If none was
@@ -288,7 +288,7 @@
*
* @param parentType a class object indicating where in the WSDL
* document this extensibility element was encountered. For
- * example, javax.wsdl.Binding.class would be used to indicate
+ * example, org.apache.woden.Binding.class would be used to indicate
* this element was encountered as an immediate child of
* a <wsdl:binding> element.
* @param elementType the qname of the extensibility element
@@ -336,7 +336,7 @@
*
* @param parentClass a class object indicating where in the WSDL
* document this extensibility attribute was encountered. For
- * example, javax.wsdl.Binding.class would be used to indicate
+ * example, org.apache.woden.Binding.class would be used to indicate
* this attribute was defined on a <wsdl:binding> element.
* @param elemQN the qname of the extensibility attribute
*
@@ -386,9 +386,9 @@
*
* @param parentType a class object indicating where in the WSDL
* definition this extension would exist. For example,
- * javax.wsdl.Binding.class would be used to indicate
+ * org.apache.woden.Binding.class would be used to indicate
* this extensibility element would be added to the list of
- * extensibility elements belonging to a javax.wsdl.Binding,
+ * extensibility elements belonging to a org.apache.woden.Binding,
* after being instantiated.
* @param elementType the qname of the extensibility element
* @param extensionType the concrete class which should be instantiated
@@ -420,9 +420,9 @@
*
* @param parentType a class object indicating where in the WSDL
* definition this extension will exist. For example,
- * javax.wsdl.Binding.class would be used to indicate
+ * org.apache.woden.Binding.class would be used to indicate
* this extensibility element is going to be added to the list of
- * extensibility elements belonging to a javax.wsdl.Binding,
+ * extensibility elements belonging to a org.apache.woden.Binding,
* after being instantiated.
* @param elementType the qname of the extensibility element
*
@@ -496,7 +496,7 @@
*
* @param ownerClass a class object indicating where in the WSDL
* document this extensibility attribute was encountered. For
- * example, javax.wsdl.Binding.class would be used to indicate
+ * example, org.apache.woden.Binding.class would be used to indicate
* this attribute was defined on a <wsdl:binding> element.
* @param attrQName the qname of the extensibility attribute
* @param attrClass one of the constants defined on the AttributeExtensible
@@ -528,7 +528,7 @@
*
* @param parentClass a class object indicating where in the WSDL
* document this extensibility attribute was encountered. For
- * example, javax.wsdl.Binding.class would be used to indicate
+ * example, org.apache.woden.Binding.class would be used to indicate
* this attribute was defined on a <wsdl:binding> element.
* @param attrQN the qname of the extensibility attribute
*
Modified:
webservices/woden/trunk/java/src/org/apache/woden/wsdl20/extensions/ExtensionSerializer.java
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/org/apache/woden/wsdl20/extensions/ExtensionSerializer.java?rev=620560&r1=620559&r2=620560&view=diff
==============================================================================
---
webservices/woden/trunk/java/src/org/apache/woden/wsdl20/extensions/ExtensionSerializer.java
(original)
+++
webservices/woden/trunk/java/src/org/apache/woden/wsdl20/extensions/ExtensionSerializer.java
Mon Feb 11 10:14:41 2008
@@ -40,9 +40,9 @@
*
* @param parentType a class object indicating where in the WSDL
* definition this extension was encountered. For
- * example, javax.wsdl.Binding.class would be used to indicate
+ * example, org.apache.woden.Binding.class would be used to indicate
* this extensibility element was found in the list of
- * extensibility elements belonging to a javax.wsdl.Binding.
+ * extensibility elements belonging to a org.apache.woden.Binding.
* @param elementType the qname of the extensibility element
* @param extension the extensibility element to serialize
* @param pw the print writer on which to serialize the extension
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]