Author: lmandel
Date: Wed Dec  7 15:24:09 2005
New Revision: 354900

URL: http://svn.apache.org/viewcvs?rev=354900&view=rev
Log:
Corrected example. Thanks to Arthur Ryman for pointing out the mistake.

Modified:
    incubator/woden/java/release-notes.html

Modified: incubator/woden/java/release-notes.html
URL: 
http://svn.apache.org/viewcvs/incubator/woden/java/release-notes.html?rev=354900&r1=354899&r2=354900&view=diff
==============================================================================
--- incubator/woden/java/release-notes.html (original)
+++ incubator/woden/java/release-notes.html Wed Dec  7 15:24:09 2005
@@ -97,7 +97,7 @@
    WSDLReader reader = factory.newWSDLReader();<br />
    reader.setFeature(ReaderFeatures.VALIDATION_FEATURE_ID, true); &lt;-- 
enable WSDL 2.0 validation (optional) 
    DescriptionElement desc = reader.readWSDL(wsdlLoc);            &lt;-- the 
&lt;description&gt; element<br />
-   Description descComp = desc.getDescriptionComponent();         &lt;-- the 
Description component<br />
+   Description descComp = desc.toComponent();                     &lt;-- the 
Description component<br />
 </p>
 
 <h2>Known Problems/Issues</h2>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to