butek       02/03/08 09:27:08

  Modified:    java/src/org/apache/axis/client Call.java
  Log:
  Update the properties comments.
  
  Revision  Changes    Path
  1.90      +13 -5     xml-axis/java/src/org/apache/axis/client/Call.java
  
  Index: Call.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/client/Call.java,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- Call.java 6 Mar 2002 20:34:17 -0000       1.89
  +++ Call.java 8 Mar 2002 17:27:08 -0000       1.90
  @@ -117,11 +117,19 @@
    * It can be prefilled by a WSDL document (on the constructor to the Service
    * object) or you can fill in the data yourself.
    * <pre>
  - * Properties:
  - *     NAMESPACE        - Namespace URI of RPC Body
  - *     SEND_TYPE_ATTR   - Should we send the XSI type attributes (true/false)
  - *     TIMEOUT          - Timeout used by transport sender in seconds
  - *     TRANSPORT_NAME   - Name of transport handler to use
  + * Standard properties defined by JAX-RPC
  + *     USERNAME_PROPERTY        - User name for authentication
  + *     PASSWORD_PROPERTY        - Password for authentication
  + *     SESSION_PROPERTY         - Participate in a session with the endpoint?
  + *     OPERATION_STYLE_PROPERTY - "rpc" or "document"
  + *     SOAPACTION_USE_PROPERTY  - Should SOAPAction be used?
  + *     SOAPACTION_URI_PROPERTY  - If SOAPAction is used, this is that action
  + *     ENCODING_STYLE_PROPERTY  - Default is SOAP 1.1:  
"http://schemas.xmlsoap.org/soap/encoding/";
  + *
  + * AXIS properties:
  + *     SEND_TYPE_ATTR - Should we send the XSI type attributes (true/false)
  + *     TIMEOUT        - Timeout used by transport sender in seconds
  + *     TRANSPORT_NAME - Name of transport handler to use
    * </pre>
    *
    * @author Doug Davis ([EMAIL PROTECTED])
  
  
  


Reply via email to