Fixed comments

This commit is contained in:
Ziver Koc 2013-02-05 14:46:30 +00:00
parent 8139c93d1e
commit b40c4e4123

View file

@ -53,8 +53,8 @@ import zutil.parser.wsdl.WSDLWriter;
* handles soap messages. * handles soap messages.
* *
* TODO: Header should be variables not methods * TODO: Header should be variables not methods
* TODO: Read SOAPObjects as input parameter * TODO: Read WSReturnObjects as input parameter
* TODO: Ability to have multiple arrays of same SOAPObject * TODO: Ability to have multiple arrays of same WSReturnObject
* *
* Features: * Features:
* Input: * Input:
@ -64,11 +64,10 @@ import zutil.parser.wsdl.WSDLWriter;
* <br>-char * <br>-char
* <br>-String * <br>-String
* <br>-byte[] * <br>-byte[]
* <br>-And the Wrappers except byte * <br>-And the Wrappers Classes except for Byte
* *
* Output: * Output:
* <br>-SOAPObjects * <br>-WSReturnObject
* <br>-SOAPReturnObjectList
* <br>-byte[] * <br>-byte[]
* <br>-int * <br>-int
* <br>-double * <br>-double
@ -76,7 +75,7 @@ import zutil.parser.wsdl.WSDLWriter;
* <br>-char * <br>-char
* <br>-String * <br>-String
* <br>-Arrays of Output * <br>-Arrays of Output
* <br>-And the Wrappers except byte * <br>-And the Wrappers Classes except for Byte
* *
* @author Ziver * @author Ziver
*/ */
@ -299,7 +298,7 @@ public class SOAPHttpPage implements HttpPage{
/** /**
* Generates an return XML Element. This function can * Generates an return XML Element. This function can
* handle return values as XML Elements, SOAPObject and the * handle return values as XML Elements, WSReturnObject and the
* Java basic data types. * Java basic data types.
* *
* @param root is the parent Element * @param root is the parent Element