File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -957,7 +957,7 @@ public class AnnotationOrderEndpoint {
957957 If any other exception occurs, it will return the default fault: a server-side fault with the exception
958958 message as fault string.
959959 </para >
960- </section >
960+ </section >
961961 <section >
962962 <title ><classname >SoapFaultAnnotationExceptionResolver</classname ></title >
963963 <para >
@@ -980,8 +980,6 @@ public class MyBusinessException extends Exception {
980980 super(message);
981981 }
982982}]]> </programlisting >
983- <para >
984- </para >
985983 <para >
986984 Whenever the <classname >MyBusinessException</classname > is thrown with the constructor string
987985 <literal >"Oops!"</literal > during endpoint invocation, it will result in the following response:
@@ -994,5 +992,6 @@ public class MyBusinessException extends Exception {
994992 </SOAP-ENV:Fault>
995993 </SOAP-ENV:Body>
996994</SOAP-ENV:Envelope>]]> </programlisting >
995+ </section >
997996 </section >
998997</chapter >
You can’t perform that action at this time.
0 commit comments