rsitze      2002/10/08 14:55:03

  Modified:    java/docs integration-guide.html
  Log:
  Minor updates.
  
  Revision  Changes    Path
  1.15      +7 -4      xml-axis/java/docs/integration-guide.html
  
  Index: integration-guide.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/integration-guide.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- integration-guide.html    4 Oct 2002 23:12:15 -0000       1.14
  +++ integration-guide.html    8 Oct 2002 21:55:03 -0000       1.15
  @@ -196,9 +196,9 @@
   <tr>
   <td><code>org.apache.axis.components.net</code></td>
   <td><code>SocketFactoryFactory.getSecureFactory()</code></td>
  -<td><code>SocketFactory</code></td>
  +<td><code>SecureSocketFactory</code></td>
   <td><code>axis.socketSecureFactory</code></td>
  -<td><code>JSSESocketFactory</code></td>
  +<td><code>DefaultSecureSocketFactory</code></td>
   </tr>
   </table>
   
  @@ -451,8 +451,11 @@
   
   <br>&nbsp;
   <li>
  -The implementation class is required to examine runtime environment
  -(to optionally include the parameter).
  +The <code>newFactory</code> method 
  +is required to check the <code>someContext</code> parameter to determine if
  +it is meaningfull to the class (at a minimum,
  +verify that it is of an expected type, or class)
  +and may, in addition, examine the overall runtime environment.
   If the environment can provide information required by
   an EngineConfigurationFactory,
   then the <code>newFactory()</code> may return in instance of that factory.
  
  
  


Reply via email to