You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2018/04/24 09:57:29 UTC

svn commit: r1028892 - in /websites/production/cxf/content: cache/docs.pageCache docs/webservicecontext.html

Author: buildbot
Date: Tue Apr 24 09:57:29 2018
New Revision: 1028892

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/webservicecontext.html

Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/docs/webservicecontext.html
==============================================================================
--- websites/production/cxf/content/docs/webservicecontext.html (original)
+++ websites/production/cxf/content/docs/webservicecontext.html Tue Apr 24 09:57:29 2018
@@ -117,11 +117,9 @@ Apache CXF -- WebserviceContext
          <td height="100%">
            <!-- Content -->
            <div class="wiki-content">
-<div id="ConfluenceContent"><p>The WebserviceContext interface is part of the JAX-WS specification. It allows you to access several context informations the runtime has associated to your service call.</p>
+<div id="ConfluenceContent"><p>The WebserviceContext interface is part of the JAX-WS specification. It allows you to access several context informations the runtime has associated to your service call.</p><p>&#160;The following code fragment show how to use some parts of the WebserviceContext.</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">import javax.xml.ws.WebServiceContext;
 
-<p>&#160;The following code fragment show how to use some parts of the WebserviceContext.</p>
-<div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">
 public class CustomerServiceImpl implements CustomerService {
   @Resource
   WebServiceContext wsContext;