owenb       2003/03/06 03:28:11

  Modified:    java/src/org/apache/wsif/providers/soap/apacheaxis
                        WSIFPort_ApacheAxis.java
               java/src/org/apache/wsif/providers/java WSIFPort_Java.java
  Log:
  Javadoc fixes
  
  Revision  Changes    Path
  1.25      +4 -4      
xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFPort_ApacheAxis.java
  
  Index: WSIFPort_ApacheAxis.java
  ===================================================================
  RCS file: 
/home/cvs/xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFPort_ApacheAxis.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- WSIFPort_ApacheAxis.java  27 Feb 2003 15:46:30 -0000      1.24
  +++ WSIFPort_ApacheAxis.java  6 Mar 2003 11:28:11 -0000       1.25
  @@ -253,7 +253,7 @@
        /**
         * Creates a WSIFOperation for the given operation name
         * @return WSIFOperation   the WSIFOperation
  -      * @see WSIFOperation#createOperation(opName) 
  +      * @see org.apache.wsif.WSIFPort#createOperation(String) 
         * @throws WSIFException  if there is an exception creating the WSIFOperation
         */
        public WSIFOperation createOperation(String operationName)
  @@ -267,7 +267,7 @@
        /**
         * Creates a WSIFOperation for the given operation name
         * @return WSIFOperation   the WSIFOperation_ApacheAxis
  -      * @see WSIFOperation#createOperation(opName, inName, outName) 
  +      * @see org.apache.wsif.WSIFPort#createOperation(String, String, String) 
         * @throws WSIFException  if there is an exception creating the WSIFOperation
         */
        public WSIFOperation createOperation(
  @@ -459,7 +459,7 @@
       //TODO these getExtElem methods should be moved to ProviderUtils?
        /**
         * Wrapper to enable WSIFOperation to use the same WSIFDefaultPort method
  -      * @see WSIFDefaultPort#getExtElem
  +      * @see WSIFDefaultPort#getExtElem(Object, Class, List)
         */
        public Object getExtElem(Object ctx, Class extType, List extElems)
                throws WSIFException {
  @@ -471,7 +471,7 @@
   
        /**
         * Wrapper to enable WSIFOperation to use the same WSIFDefaultPort method
  -      * @see WSIFDefaultPort#getExtElems
  +      * @see WSIFDefaultPort#getExtElems(Object, Class, List)
         */
        public List getExtElems(Object ctx, Class extType, List extElems)
                throws WSIFException {
  
  
  
  1.15      +2 -2      
xml-axis-wsif/java/src/org/apache/wsif/providers/java/WSIFPort_Java.java
  
  Index: WSIFPort_Java.java
  ===================================================================
  RCS file: 
/home/cvs/xml-axis-wsif/java/src/org/apache/wsif/providers/java/WSIFPort_Java.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- WSIFPort_Java.java        3 Feb 2003 17:35:44 -0000       1.14
  +++ WSIFPort_Java.java        6 Mar 2003 11:28:11 -0000       1.15
  @@ -149,7 +149,7 @@
       /**
        * Creates a WSIFOperation for the given operation name
        * @return WSIFOperation   the WSIFOperation
  -     * @see WSIFOperation#createOperation(opName) 
  +     * @see org.apache.wsif.WSIFPort#createOperation(String) 
        * @throws WSIFException  if there is an exception creating the WSIFOperation
        */
       public WSIFOperation createOperation(String operationName)
  @@ -163,7 +163,7 @@
       /**
        * Creates a WSIFOperation for the given operation name
        * @return WSIFOperation   the WSIFOperation_ApacheAxis
  -     * @see WSIFOperation#createOperation(opName, inName, outName) 
  +     * @see org.apache.wsif.WSIFPort#createOperation(String, String, String) 
        * @throws WSIFException  if there is an exception creating the WSIFOperation
        */
       public WSIFOperation createOperation(
  
  
  

Reply via email to