stevel 2003/01/11 17:46:46 Modified: java/src/org/apache/axis/attachments AttachmentUtils.java Attachments.java DimeBodyPart.java DimeDelimitedInputStream.java MultiPartRelatedInputStream.java Log: fractional javadoc fixup Revision Changes Path 1.11 +1 -1 xml-axis/java/src/org/apache/axis/attachments/AttachmentUtils.java Index: AttachmentUtils.java =================================================================== RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/attachments/AttachmentUtils.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- AttachmentUtils.java 11 Dec 2002 22:38:08 -0000 1.10 +++ AttachmentUtils.java 12 Jan 2003 01:46:46 -0000 1.11 @@ -77,7 +77,7 @@ /** * Obtain the DataHandler from the part. * @param part the part containing the Java Activiation Framework data source. - * @return The Java activiation data handler. + * @return The Java activation data handler. * * @throws AxisFault */ 1.14 +6 -9 xml-axis/java/src/org/apache/axis/attachments/Attachments.java Index: Attachments.java =================================================================== RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/attachments/Attachments.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- Attachments.java 4 Sep 2002 14:14:28 -0000 1.13 +++ Attachments.java 12 Jan 2003 01:46:46 -0000 1.14 @@ -82,9 +82,8 @@ * This method uses getAttacmentByReference() to look for attachment. * If attachment has been found, it will be removed from the list, and * returned to the user. - * @param The reference that referers to an attachment. * - * @param reference + * @param reference The reference that referers to an attachment. * @return The part associated with the removed attachment, or null. * * @throws org.apache.axis.AxisFault @@ -103,9 +102,8 @@ /** * This method should look at a refernce and determine if it is a CID: or url * to look for attachment. - * @param The reference in the xml that referers to an attachment. * - * @param reference + * @param reference The reference in the xml that referers to an attachment. * @return The part associated with the attachment. * * @throws org.apache.axis.AxisFault @@ -140,9 +138,8 @@ /** * Create a new attachment Part in this Message. * Will actually, and always, return an AttachmentPart. - * @param The part that is referenced * - * @param part + * @param part The part that is referenced * * @return a new attachment part * @@ -188,7 +185,7 @@ /** * Get the content length of the stream. * - * @return the content length of the stream + * @return the content length of * * @throws org.apache.axis.AxisFault */ @@ -197,7 +194,7 @@ /** * Write the content to the stream. * - * @param os + * @param os the stream * * @throws org.apache.axis.AxisFault */ @@ -254,7 +251,7 @@ /** * Set the format for attachments. * - * @param the format to send. + * @param sendtype the format to send. * SEND_TYPE_MIME for Multipart Releated Mail type attachments. * SEND_TYPE_DIME for DIME type attachments. */ 1.15 +2 -1 xml-axis/java/src/org/apache/axis/attachments/DimeBodyPart.java Index: DimeBodyPart.java =================================================================== RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/attachments/DimeBodyPart.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- DimeBodyPart.java 11 Dec 2002 22:38:08 -0000 1.14 +++ DimeBodyPart.java 12 Jan 2003 01:46:46 -0000 1.15 @@ -71,7 +71,7 @@ /** * This class is a single part for DIME mulitpart message. - +<pre> DIME 1.0 format 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 @@ -98,6 +98,7 @@ / DATA + PADDING / / | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + </pre> */ /** 1.14 +4 -5 xml-axis/java/src/org/apache/axis/attachments/DimeDelimitedInputStream.java Index: DimeDelimitedInputStream.java =================================================================== RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/attachments/DimeDelimitedInputStream.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- DimeDelimitedInputStream.java 11 Dec 2002 22:38:08 -0000 1.13 +++ DimeDelimitedInputStream.java 12 Jan 2003 01:46:46 -0000 1.14 @@ -64,12 +64,9 @@ /** - * @author Rick Rineholt - */ - -/** - * This class takes the input stream and turns it multiple streams. + * This class takes the input stream and turns it multiple streams. DIME version 0 format + <pre> 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ --- @@ -95,6 +92,8 @@ / DATA + PADDING / / | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ +</pre> + * @author Rick Rineholt */ public class DimeDelimitedInputStream extends java.io.FilterInputStream { protected static Log log = 1.36 +1 -2 xml-axis/java/src/org/apache/axis/attachments/MultiPartRelatedInputStream.java Index: MultiPartRelatedInputStream.java =================================================================== RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/attachments/MultiPartRelatedInputStream.java,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- MultiPartRelatedInputStream.java 5 Jan 2003 15:45:05 -0000 1.35 +++ MultiPartRelatedInputStream.java 12 Jan 2003 01:46:46 -0000 1.36 @@ -489,9 +489,8 @@ /** * This will read streams in till the one that is needed is found. - * @param The id is the stream being sought. * - * @param id + * @param id id is the stream being sought. * * @return the part for the id *