Author: buildbot
Date: Tue Dec 3 22:48:02 2013
New Revision: 889015
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/docs.pageCache
websites/production/cxf/content/docs/validationfeature.html
Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/docs/validationfeature.html
==============================================================================
--- websites/production/cxf/content/docs/validationfeature.html (original)
+++ websites/production/cxf/content/docs/validationfeature.html Tue Dec 3
22:48:02 2013
@@ -266,10 +266,12 @@ public class BookWorldImpl implements Bo
}
}
-{code:java}
+]]></script>
+</div></div>
-{code:xml}
+<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
+<script class="theme: Default; brush: xml; gutter: false"
type="syntaxhighlighter"><![CDATA[
<!-- JAX-RS and JAX-WS endpoints -->
<jaxrs:server address="/bwrest">
<jaxrs:serviceBeans>
@@ -345,7 +347,7 @@ sf.create();
<p>Following the similar approach as for JAXRSServerFactoryBean, in case of
Spring respective bean definitions should be added under
<jaxrs:outInterceptors>, <jaxrs:inInterceptors> and
<jaxrs:providers> sections, f.e.:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
-<script class="theme: Default; brush: java; gutter: false"
type="syntaxhighlighter"><![CDATA[
+<script class="theme: Default; brush: xml; gutter: false"
type="syntaxhighlighter"><![CDATA[
<jaxrs:server address="/">
<jaxrs:inInterceptors>
<ref bean="validationInInterceptor" />