Updated release info

This commit is contained in:
Arjen Poutsma
2008-03-19 14:25:07 +00:00
parent 6f6672ddf1
commit 4fa1fe4c50

View File

@@ -957,7 +957,7 @@ public class AnnotationOrderEndpoint {
If any other exception occurs, it will return the default fault: a server-side fault with the exception
message as fault string.
</para>
</section>
</section>
<section>
<title><classname>SoapFaultAnnotationExceptionResolver</classname></title>
<para>
@@ -980,8 +980,6 @@ public class MyBusinessException extends Exception {
super(message);
}
}]]></programlisting>
<para>
</para>
<para>
Whenever the <classname>MyBusinessException</classname> is thrown with the constructor string
<literal>"Oops!"</literal> during endpoint invocation, it will result in the following response:
@@ -994,5 +992,6 @@ public class MyBusinessException extends Exception {
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>]]></programlisting>
</section>
</section>
</chapter>