You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by gl...@apache.org on 2002/01/29 12:23:49 UTC

cvs commit: xml-axis/java/src/org/apache/axis/encoding TypeMappingRegistryImpl.java

glyn        02/01/29 03:23:48

  Modified:    java/src/javax/xml/soap SOAPHeaderElement.java
                        SOAPMessage.java
               java/src/org/apache/axis/deployment/wsdd WSDDChain.java
                        WSDDDeployableItem.java WSDDService.java
                        WSDDTargetedChain.java
               java/src/org/apache/axis/encoding
                        TypeMappingRegistryImpl.java
  Log:
  Fix javadoc warnings.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-axis/java/src/javax/xml/soap/SOAPHeaderElement.java
  
  Index: SOAPHeaderElement.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/javax/xml/soap/SOAPHeaderElement.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SOAPHeaderElement.java	25 Jan 2002 16:30:07 -0000	1.1
  +++ SOAPHeaderElement.java	29 Jan 2002 11:23:47 -0000	1.2
  @@ -83,7 +83,7 @@
        * SOAPHeaderElement</CODE> object.
        * @return  a <CODE>String</CODE> giving the URI of the
        *     actor
  -     * @see #setActor() setActor()
  +     * @see #setActor(String) setActor()
        */
       public abstract String getActor();
   
  
  
  
  1.3       +2 -2      xml-axis/java/src/javax/xml/soap/SOAPMessage.java
  
  Index: SOAPMessage.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/javax/xml/soap/SOAPMessage.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SOAPMessage.java	29 Jan 2002 01:52:45 -0000	1.2
  +++ SOAPMessage.java	29 Jan 2002 11:23:47 -0000	1.3
  @@ -238,7 +238,7 @@
        *     there was a problem with the specified <CODE>
        *     DataHandler</CODE> object
        * @see DataHandler DataHandler
  -     * @see DataContentHandler DataContentHandler
  +     * @see javax.activation.DataContentHandler DataContentHandler
        */
       public AttachmentPart createAttachmentPart(DataHandler datahandler) {
   
  @@ -275,7 +275,7 @@
        *     DataContentHandler</CODE> object for the given content
        *     object
        * @see DataHandler DataHandler
  -     * @see DataContentHandler DataContentHandler
  +     * @see javax.activation.DataContentHandler DataContentHandler
        */
       public AttachmentPart createAttachmentPart(Object content,
                                                  String contentType) {
  
  
  
  1.22      +1 -1      xml-axis/java/src/org/apache/axis/deployment/wsdd/WSDDChain.java
  
  Index: WSDDChain.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/deployment/wsdd/WSDDChain.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- WSDDChain.java	28 Jan 2002 18:23:00 -0000	1.21
  +++ WSDDChain.java	29 Jan 2002 11:23:48 -0000	1.22
  @@ -160,7 +160,7 @@
        * Creates a new instance of this Chain
        * @param registry XXX
        * @return XXX
  -     * @throws Exception XXX
  +     * @throws ConfigurationException XXX
        */
       public Handler makeNewInstance(EngineConfiguration registry)
           throws ConfigurationException
  
  
  
  1.25      +2 -2      xml-axis/java/src/org/apache/axis/deployment/wsdd/WSDDDeployableItem.java
  
  Index: WSDDDeployableItem.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/deployment/wsdd/WSDDDeployableItem.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- WSDDDeployableItem.java	28 Jan 2002 18:23:00 -0000	1.24
  +++ WSDDDeployableItem.java	29 Jan 2002 11:23:48 -0000	1.25
  @@ -283,7 +283,7 @@
        *
        * @param registry XXX
        * @return XXX
  -     * @throws Exception XXX
  +     * @throws ConfigurationException XXX
        */
       public final Handler getInstance(EngineConfiguration registry)
           throws ConfigurationException
  @@ -305,7 +305,7 @@
        * find a suitable item
        * @param registry XXX
        * @return XXX
  -     * @throws Exception XXX
  +     * @throws ConfigurationException XXX
        */
       protected Handler makeNewInstance(EngineConfiguration registry)
           throws ConfigurationException
  
  
  
  1.33      +1 -1      xml-axis/java/src/org/apache/axis/deployment/wsdd/WSDDService.java
  
  Index: WSDDService.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/deployment/wsdd/WSDDService.java,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- WSDDService.java	28 Jan 2002 18:23:01 -0000	1.32
  +++ WSDDService.java	29 Jan 2002 11:23:48 -0000	1.33
  @@ -196,7 +196,7 @@
        *
        * @param registry XXX
        * @return XXX
  -     * @throws Exception XXX
  +     * @throws ConfigurationException XXX
        */
       public Handler makeNewInstance(EngineConfiguration registry)
           throws ConfigurationException
  
  
  
  1.6       +1 -1      xml-axis/java/src/org/apache/axis/deployment/wsdd/WSDDTargetedChain.java
  
  Index: WSDDTargetedChain.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/deployment/wsdd/WSDDTargetedChain.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- WSDDTargetedChain.java	28 Jan 2002 18:23:01 -0000	1.5
  +++ WSDDTargetedChain.java	29 Jan 2002 11:23:48 -0000	1.6
  @@ -182,7 +182,7 @@
        * @param pivot XXX
        * @param registry XXX
        * @return XXX
  -     * @throws Exception XXX
  +     * @throws ConfigurationException XXX
        */
       public Handler makeNewInstance(EngineConfiguration registry)
           throws ConfigurationException
  
  
  
  1.3       +0 -2      xml-axis/java/src/org/apache/axis/encoding/TypeMappingRegistryImpl.java
  
  Index: TypeMappingRegistryImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/encoding/TypeMappingRegistryImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TypeMappingRegistryImpl.java	28 Jan 2002 23:05:42 -0000	1.2
  +++ TypeMappingRegistryImpl.java	29 Jan 2002 11:23:48 -0000	1.3
  @@ -119,8 +119,6 @@
        *
        * @param mapping - TypeMapping for specific type namespaces
        *
  -     * @throws JAXRPCException - If there is any error in the registration
  -     * of the TypeMapping for the specified namespace URI
        * java.lang.IllegalArgumentException - if an invalid namespace URI is specified
        */
       public void registerDefault(javax.xml.rpc.encoding.TypeMapping mapping) {