[Springnet-commits] Spring.Net/doc/reference/src webservices.xml, 1.9, 1.10
Brought to you by:
aseovic,
markpollack
From: Bruno B. <bb...@us...> - 2007-09-05 18:30:29
|
Update of /cvsroot/springnet/Spring.Net/doc/reference/src In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv27769 Modified Files: webservices.xml Log Message: Minor fix. Index: webservices.xml =================================================================== RCS file: /cvsroot/springnet/Spring.Net/doc/reference/src/webservices.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** webservices.xml 21 Aug 2007 16:08:26 -0000 1.9 --- webservices.xml 5 Sep 2007 18:30:17 -0000 1.10 *************** *** 442,448 **** in order to work.</para> ! <para>The WebServiceProxyFactory also implements the interface, ! Spring.Objects.Factory.IConfigurableFactoryObject, allowing to specify ! configuration for the product that the WebServiceProxyFactoryCreates. This is done by specifying the ProductTemplate property. This is particularly useful for securing the web service. An example is shown --- 442,449 ---- in order to work.</para> ! <para>The <classname>WebServiceProxyFactory</classname> also implements the interface, ! <classname>Spring.Objects.Factory.IConfigurableFactoryObject</classname>, ! allowing to specify configuration for the product that the ! <classname>WebServiceProxyFactory</classname> creates. This is done by specifying the ProductTemplate property. This is particularly useful for securing the web service. An example is shown |