Author: hughesj
Date: Thu Jun  1 03:35:06 2006
New Revision: 410826

URL: http://svn.apache.org/viewvc?rev=410826&view=rev
Log:
javadoc fixes

Modified:
    incubator/woden/java/src/org/apache/woden/ErrorReporter.java
    incubator/woden/java/src/org/apache/woden/WSDLReader.java
    incubator/woden/java/src/org/apache/woden/internal/MessageFormatter.java
    
incubator/woden/java/src/org/apache/woden/internal/wsdl20/validation/WSDLComponentValidator.java
    
incubator/woden/java/src/org/apache/woden/wsdl20/extensions/ExtensionRegistry.java
    
incubator/woden/java/src/org/apache/woden/wsdl20/extensions/ExtensionSerializer.java
    incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingElement.java
    incubator/woden/java/src/org/apache/woden/wsdl20/xml/DescriptionElement.java
    incubator/woden/java/src/org/apache/woden/wsdl20/xml/InterfaceElement.java
    
incubator/woden/java/src/org/apache/woden/wsdl20/xml/InterfaceMessageReferenceElement.java

Modified: incubator/woden/java/src/org/apache/woden/ErrorReporter.java
URL: 
http://svn.apache.org/viewvc/incubator/woden/java/src/org/apache/woden/ErrorReporter.java?rev=410826&r1=410825&r2=410826&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/ErrorReporter.java (original)
+++ incubator/woden/java/src/org/apache/woden/ErrorReporter.java Thu Jun  1 
03:35:06 2006
@@ -100,7 +100,7 @@
      * 
      * @param errLoc ErrorLocator showing the location of the error in the 
document. 
      * @param errorId String that identifies the message for this error.
-     * @param arguments Object[] with values to be inserted into the message 
text.
+     * @param message message text.
      * @param severity a short indicating warning, error or fatal error.
      * 
      * @throws WSDLException if the severity is fatal error
@@ -117,7 +117,7 @@
      * 
      * @param errLoc ErrorLocator showing the location of the error in the 
document. 
      * @param errorId String that identifies the message for this error.
-     * @param arguments Object[] with values to be inserted into the message 
text.
+     * @param message message text.
      * @param severity a short indicating warning, error or fatal error.
      * @param exception the Exception that caused this error 
      * 
@@ -178,7 +178,7 @@
      * by the caller.
      * 
      * @param errorId a String representing the message key
-     * @param arugments an Object array of message parameters
+     * @param arguments an Object array of message parameters
      * @return the formatted message string
      */
     public String getFormattedMessage(String errorId, Object[] arguments);

Modified: incubator/woden/java/src/org/apache/woden/WSDLReader.java
URL: 
http://svn.apache.org/viewvc/incubator/woden/java/src/org/apache/woden/WSDLReader.java?rev=410826&r1=410825&r2=410826&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/WSDLReader.java (original)
+++ incubator/woden/java/src/org/apache/woden/WSDLReader.java Thu Jun  1 
03:35:06 2006
@@ -213,6 +213,6 @@
      * @return an Object representing the property's value
      * @throws IllegalArgumentException if the property name is not recognized.
      */
-    public Object getProperty(String feature);
+    public Object getProperty(String name);
     
 }

Modified: 
incubator/woden/java/src/org/apache/woden/internal/MessageFormatter.java
URL: 
http://svn.apache.org/viewvc/incubator/woden/java/src/org/apache/woden/internal/MessageFormatter.java?rev=410826&r1=410825&r2=410826&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/internal/MessageFormatter.java 
(original)
+++ incubator/woden/java/src/org/apache/woden/internal/MessageFormatter.java 
Thu Jun  1 03:35:06 2006
@@ -17,6 +17,7 @@
 
 import java.text.MessageFormat;
 import java.util.Locale;
+import java.util.MissingResourceException;
 import java.util.ResourceBundle;
 
 /**

Modified: 
incubator/woden/java/src/org/apache/woden/internal/wsdl20/validation/WSDLComponentValidator.java
URL: 
http://svn.apache.org/viewvc/incubator/woden/java/src/org/apache/woden/internal/wsdl20/validation/WSDLComponentValidator.java?rev=410826&r1=410825&r2=410826&view=diff
==============================================================================
--- 
incubator/woden/java/src/org/apache/woden/internal/wsdl20/validation/WSDLComponentValidator.java
 (original)
+++ 
incubator/woden/java/src/org/apache/woden/internal/wsdl20/validation/WSDLComponentValidator.java
 Thu Jun  1 03:35:06 2006
@@ -588,7 +588,7 @@
    * Test assertion InterfaceMessageReference-0041. When the {message content 
model} property 
    * has the value #any or #none the {element declaration} property MUST be 
empty.
    * 
-   * @param interfaceMessageReference The interface message reference to check 
the message content model and element declarations.
+   * @param messageReference The interface message reference to check the 
message content model and element declarations.
    * @param errorReporter The error reporter.
    * @return True if the assertion passes, false otherwise.
    * @throws WSDLException
@@ -734,7 +734,7 @@
    * Test assertion PropertyRef-0048. The property ref xs:anyURI MUST be an 
    * absolute IRI as defined by [IETF RFC 3987].
    * 
-   * @param propertye The property to check the ref of.
+   * @param property The property to check the ref of.
    * @param errorReporter The error reporter.
    * @return True if the assertion passes, false otherwise.
    * @throws WSDLException
@@ -821,7 +821,7 @@
    * This test focuses on the second part of the statement, checking that
    * the constraint is set to #value if the value is not empty.
    * 
-   * @param Property The property for which to check the contstraint.
+   * @param property The property for which to check the contstraint.
    * @param errorReporter The error Reporter.
    * @return True if the assertion passes, false otherwise.
    * @throws WSDLException
@@ -843,7 +843,7 @@
    * components) then it MUST specify an interface the Binding  component 
    * applies to, so as to indicate which interface the operations come from.
    * 
-   * @param Binding The binding for which to check the contstraint.
+   * @param binding The binding for which to check the contstraint.
    * @param errorReporter The error Reporter.
    * @return True if the assertion passes, false otherwise.
    * @throws WSDLException
@@ -998,7 +998,7 @@
    * {binding faults} property of a Binding component, the {interface fault} 
    * property MUST be unique.
    * 
-   * @param bindings The bindings in the description component.
+   * @param bindingFaults The binding faults in the description component.
    * @param errorReporter The error reporter.
    * @return True if the all the bindings have unique names, false otherwise.
    * @throws WSDLException
@@ -1061,7 +1061,7 @@
    * Binding Operation component, the {interface message reference} property 
    * MUST be unique.
    * 
-   * @param bindingMessageReference The binding message references to check 
for unique interface message references.
+   * @param bindingMessageReferences The binding message references to check 
for unique interface message references.
    * @param errorReporter The error reporter.
    * @return True if the all the binding message references have specified 
unique interface message references, false otherwise.
    * @throws WSDLException
@@ -1229,7 +1229,6 @@
    * equal to the {interface} property of the Service component.
    * 
    * @param endpoint The endpoint of which the binding should be checked.
-   * @param desc The WSDL description component.
    * @param errorReporter The error reporter.
    * @return True if the binding specified the interface specified by the 
service or no interface, false otherwise.
    * @throws WSDLException

Modified: 
incubator/woden/java/src/org/apache/woden/wsdl20/extensions/ExtensionRegistry.java
URL: 
http://svn.apache.org/viewvc/incubator/woden/java/src/org/apache/woden/wsdl20/extensions/ExtensionRegistry.java?rev=410826&r1=410825&r2=410826&view=diff
==============================================================================
--- 
incubator/woden/java/src/org/apache/woden/wsdl20/extensions/ExtensionRegistry.java
 (original)
+++ 
incubator/woden/java/src/org/apache/woden/wsdl20/extensions/ExtensionRegistry.java
 Thu Jun  1 03:35:06 2006
@@ -157,7 +157,7 @@
    * example, javax.wsdl.Binding.class would be used to indicate
    * this extensibility element was found in the list of
    * extensibility elements belonging to a javax.wsdl.Binding.
-   * @param elementQN the qname of the extensibility element
+   * @param elementType the qname of the extensibility element
    * @param es the extension serializer to use
    *
    * @see #querySerializer(Class, QName)
@@ -189,7 +189,7 @@
    * example, javax.wsdl.Binding.class would be used to indicate
    * this element was encountered as an immediate child of
    * a <wsdl:binding> element.
-   * @param elementQN the qname of the extensibility element
+   * @param elementType the qname of the extensibility element
    * @param ed the extension deserializer to use
    *
    * @see #queryDeserializer(Class, QName)
@@ -220,7 +220,7 @@
    * example, javax.wsdl.Binding.class would be used to indicate
    * this extensibility element was found in the list of
    * extensibility elements belonging to a javax.wsdl.Binding.
-   * @param elementQN the qname of the extensibility element
+   * @param elementType the qname of the extensibility element
    *
    * @return the extension serializer, if one was found. If none was
    * found, the behavior depends on the value of the defaultSerializer
@@ -270,7 +270,7 @@
    * example, javax.wsdl.Binding.class would be used to indicate
    * this element was encountered as an immediate child of
    * a <wsdl:binding> element.
-   * @param elementQN the qname of the extensibility element
+   * @param elementType the qname of the extensibility element
    *
    * @return the extension deserializer, if one was found. If none was
    * found, the behavior depends on the value of the defaultDeserializer
@@ -313,15 +313,15 @@
    * Look up the type of the extensibility element with the specified qname, 
which
    * was defined as a child of the element represented by the specified parent 
class.
    *
-   * @param parentType a class object indicating where in the WSDL
+   * @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
    * this attribute was defined on a <wsdl:binding> element.
-   * @param attrName the qname of the extensibility attribute
+   * @param elemQN the qname of the extensibility attribute
    *
    * @return one of the constants defined on the AttributeExtensible class
    *
-   * @see #registerExtensionAttributeType(Class, QName, int)
+   * @see #registerExtAttributeType(Class, QName, Class)
    * @see AttributeExtensible
    */
   public Class queryExtElementType(Class parentClass, QName elemQN)
@@ -369,7 +369,7 @@
    * this extensibility element would be added to the list of
    * extensibility elements belonging to a javax.wsdl.Binding,
    * after being instantiated.
-   * @param elementQN the qname of the extensibility element
+   * @param elementType the qname of the extensibility element
    * @param extensionType the concrete class which should be instantiated
    *
    * @see #createExtElement(Class, QName)
@@ -403,7 +403,7 @@
    * this extensibility element is going to be added to the list of
    * extensibility elements belonging to a javax.wsdl.Binding,
    * after being instantiated.
-   * @param elementQN the qname of the extensibility element
+   * @param elementType the qname of the extensibility element
    *
    * @return a new instance of the type used to represent the
    * specified extension
@@ -473,15 +473,15 @@
    * as an attribute of the specified parent type, should be assumed to be
    * attrType.
    *
-   * @param parentType a class object indicating where in the WSDL
+   * @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
    * this attribute was defined on a <wsdl:binding> element.
-   * @param attrName the qname of the extensibility attribute
-   * @param attrType one of the constants defined on the AttributeExtensible
+   * @param attrQName the qname of the extensibility attribute
+   * @param attrClass one of the constants defined on the AttributeExtensible
    * class
    *
-   * @see #queryExtensionAttributeType(Class, QName)
+   * @see #queryExtAttributeType(Class, QName)
    * @see AttributeExtensible
    */
   public void registerExtAttributeType(Class ownerClass,
@@ -505,15 +505,15 @@
    * Look up the type of the extensibility attribute with the specified qname,
    * which was defined on an element represented by the specified parent class.
    *
-   * @param parentType a class object indicating where in the WSDL
+   * @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
    * this attribute was defined on a <wsdl:binding> element.
-   * @param attrName the qname of the extensibility attribute
+   * @param attrQN the qname of the extensibility attribute
    *
    * @return one of the constants defined on the AttributeExtensible class
    *
-   * @see #registerExtensionAttributeType(Class, QName, int)
+   * @see #registerExtAttributeType(Class, QName, Class)
    * @see AttributeExtensible
    */
   public Class queryExtAttributeType(Class parentClass, QName attrQN)

Modified: 
incubator/woden/java/src/org/apache/woden/wsdl20/extensions/ExtensionSerializer.java
URL: 
http://svn.apache.org/viewvc/incubator/woden/java/src/org/apache/woden/wsdl20/extensions/ExtensionSerializer.java?rev=410826&r1=410825&r2=410826&view=diff
==============================================================================
--- 
incubator/woden/java/src/org/apache/woden/wsdl20/extensions/ExtensionSerializer.java
 (original)
+++ 
incubator/woden/java/src/org/apache/woden/wsdl20/extensions/ExtensionSerializer.java
 Thu Jun  1 03:35:06 2006
@@ -42,9 +42,10 @@
    * example, javax.wsdl.Binding.class would be used to indicate
    * this extensibility element was found in the list of
    * extensibility elements belonging to a javax.wsdl.Binding.
-   * @param elementQN the qname of the extensibility element
+   * @param elementType the qname of the extensibility element
    * @param extension the extensibility element to serialize
-   * @param def the definition this extensibility element was
+   * @param pw the print writer on which to serialize the extension
+   * @param desc the description element this extensibility element was
    * encountered in
    * @param extReg the ExtensionRegistry to use (if needed again)
    */

Modified: 
incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingElement.java
URL: 
http://svn.apache.org/viewvc/incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingElement.java?rev=410826&r1=410825&r2=410826&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingElement.java 
(original)
+++ incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingElement.java 
Thu Jun  1 03:35:06 2006
@@ -63,7 +63,7 @@
      * <binding> element. This indicates the type of concrete binding
      * extensions contained within this binding.
      * 
-     * @param URI the URI indicating the concrete binding
+     * @param type the URI indicating the concrete binding
      */
     public void setType(URI type);
     public URI getType();

Modified: 
incubator/woden/java/src/org/apache/woden/wsdl20/xml/DescriptionElement.java
URL: 
http://svn.apache.org/viewvc/incubator/woden/java/src/org/apache/woden/wsdl20/xml/DescriptionElement.java?rev=410826&r1=410825&r2=410826&view=diff
==============================================================================
--- 
incubator/woden/java/src/org/apache/woden/wsdl20/xml/DescriptionElement.java 
(original)
+++ 
incubator/woden/java/src/org/apache/woden/wsdl20/xml/DescriptionElement.java 
Thu Jun  1 03:35:06 2006
@@ -55,7 +55,7 @@
      * @param prefix the prefix to use for this namespace (when
      * rendering this information as XML). Use null or an empty string
      * to describe the default namespace (i.e. xmlns="...").
-     * @param namespaceURI the namespace URI to associate the prefix
+     * @param namespace the namespace URI to associate the prefix
      * with. If you use null, the namespace association will be removed.
      */
     public void addNamespace(String prefix, URI namespace);
@@ -68,7 +68,6 @@
      * unrelated to the <wsdl:import> element.
      *
      * @see #addNamespace(String, URI)
-     * @see #getPrefix(String)
      */
     public URI getNamespace(String prefix);
     

Modified: 
incubator/woden/java/src/org/apache/woden/wsdl20/xml/InterfaceElement.java
URL: 
http://svn.apache.org/viewvc/incubator/woden/java/src/org/apache/woden/wsdl20/xml/InterfaceElement.java?rev=410826&r1=410825&r2=410826&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/wsdl20/xml/InterfaceElement.java 
(original)
+++ incubator/woden/java/src/org/apache/woden/wsdl20/xml/InterfaceElement.java 
Thu Jun  1 03:35:06 2006
@@ -45,6 +45,7 @@
     public InterfaceElement[] getExtendedInterfaceElements();
     
     public void addStyleDefaultURI(URI uri);
+    //TODO public void removeStyleDefaultURI(URI uri);
     public URI[] getStyleDefault();
     //TODO add a remove method
     

Modified: 
incubator/woden/java/src/org/apache/woden/wsdl20/xml/InterfaceMessageReferenceElement.java
URL: 
http://svn.apache.org/viewvc/incubator/woden/java/src/org/apache/woden/wsdl20/xml/InterfaceMessageReferenceElement.java?rev=410826&r1=410825&r2=410826&view=diff
==============================================================================
--- 
incubator/woden/java/src/org/apache/woden/wsdl20/xml/InterfaceMessageReferenceElement.java
 (original)
+++ 
incubator/woden/java/src/org/apache/woden/wsdl20/xml/InterfaceMessageReferenceElement.java
 Thu Jun  1 03:35:06 2006
@@ -42,7 +42,7 @@
      * operation <input> or <output> element. This identifies a 
Schema 
      * element declaration.
      * 
-     * @param qname the QName that identifies a Schema element declaration
+     * @param element the QName that identifies a Schema element declaration
      */
     public void setElementName(QName element);
     public QName getElementName();



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to