Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5BA82200B0F for ; Fri, 17 Jun 2016 18:52:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5A65A160A61; Fri, 17 Jun 2016 16:52:54 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7705F160A4C for ; Fri, 17 Jun 2016 18:52:53 +0200 (CEST) Received: (qmail 84394 invoked by uid 500); 17 Jun 2016 16:52:52 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 84383 invoked by uid 99); 17 Jun 2016 16:52:52 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2016 16:52:52 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 375BE1A093F for ; Fri, 17 Jun 2016 16:52:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.374 X-Spam-Level: X-Spam-Status: No, score=0.374 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id AeetO5wG4FEK for ; Fri, 17 Jun 2016 16:52:50 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id 165195F574 for ; Fri, 17 Jun 2016 16:52:50 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 1AA91E00A4 for ; Fri, 17 Jun 2016 16:52:48 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 2438A3A028E for ; Fri, 17 Jun 2016 16:52:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r990805 - in /websites/production/cxf/content/javadoc: latest-2.5.x/org/apache/cxf/jca/outbound/ latest-2.6.x/org/apache/cxf/jca/outbound/ latest-2.7.x/org/apache/cxf/jca/outbound/ latest-3.0.x/org/apache/cxf/jca/outbound/ latest-3.1.x/org/... Date: Fri, 17 Jun 2016 16:52:47 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160617165248.2438A3A028E@svn01-us-west.apache.org> archived-at: Fri, 17 Jun 2016 16:52:54 -0000 Author: dkulp Date: Fri Jun 17 16:52:47 2016 New Revision: 990805 Log: Update the published javadoc Modified: websites/production/cxf/content/javadoc/latest-2.5.x/org/apache/cxf/jca/outbound/CXFConnection.html websites/production/cxf/content/javadoc/latest-2.6.x/org/apache/cxf/jca/outbound/CXFConnection.html websites/production/cxf/content/javadoc/latest-2.7.x/org/apache/cxf/jca/outbound/CXFConnection.html websites/production/cxf/content/javadoc/latest-3.0.x/org/apache/cxf/jca/outbound/CXFConnection.html websites/production/cxf/content/javadoc/latest-3.1.x/org/apache/cxf/jca/outbound/CXFConnection.html Modified: websites/production/cxf/content/javadoc/latest-2.5.x/org/apache/cxf/jca/outbound/CXFConnection.html ============================================================================== --- websites/production/cxf/content/javadoc/latest-2.5.x/org/apache/cxf/jca/outbound/CXFConnection.html (original) +++ websites/production/cxf/content/javadoc/latest-2.5.x/org/apache/cxf/jca/outbound/CXFConnection.html Fri Jun 17 16:52:47 2016 @@ -158,7 +158,7 @@ getService
Retrieves a service object to invoke. The serviceInterface class must match the serviceClass in the CXFConnectionSpec that is used to - obtain this CXFConnection. Application can continue to use the service + obtain this CXFConnection. Application should not continue to use the service object after the the connection has been closed by calling close().

Modified: websites/production/cxf/content/javadoc/latest-2.6.x/org/apache/cxf/jca/outbound/CXFConnection.html ============================================================================== --- websites/production/cxf/content/javadoc/latest-2.6.x/org/apache/cxf/jca/outbound/CXFConnection.html (original) +++ websites/production/cxf/content/javadoc/latest-2.6.x/org/apache/cxf/jca/outbound/CXFConnection.html Fri Jun 17 16:52:47 2016 @@ -158,7 +158,7 @@ getService
Retrieves a service object to invoke. The serviceInterface class must match the serviceClass in the CXFConnectionSpec that is used to - obtain this CXFConnection. Application can continue to use the service + obtain this CXFConnection. Application should not continue to use the service object after the the connection has been closed by calling close().

Modified: websites/production/cxf/content/javadoc/latest-2.7.x/org/apache/cxf/jca/outbound/CXFConnection.html ============================================================================== --- websites/production/cxf/content/javadoc/latest-2.7.x/org/apache/cxf/jca/outbound/CXFConnection.html (original) +++ websites/production/cxf/content/javadoc/latest-2.7.x/org/apache/cxf/jca/outbound/CXFConnection.html Fri Jun 17 16:52:47 2016 @@ -158,7 +158,7 @@ getService
Retrieves a service object to invoke. The serviceInterface class must match the serviceClass in the CXFConnectionSpec that is used to - obtain this CXFConnection. Application can continue to use the service + obtain this CXFConnection. Application should not continue to use the service object after the the connection has been closed by calling close().

Modified: websites/production/cxf/content/javadoc/latest-3.0.x/org/apache/cxf/jca/outbound/CXFConnection.html ============================================================================== --- websites/production/cxf/content/javadoc/latest-3.0.x/org/apache/cxf/jca/outbound/CXFConnection.html (original) +++ websites/production/cxf/content/javadoc/latest-3.0.x/org/apache/cxf/jca/outbound/CXFConnection.html Fri Jun 17 16:52:47 2016 @@ -159,7 +159,7 @@ getService
Retrieves a service object to invoke. The serviceInterface class must match the serviceClass in the CXFConnectionSpec that is used to - obtain this CXFConnection. Application can continue to use the service + obtain this CXFConnection. Application should not continue to use the service object after the the connection has been closed by calling close().

Modified: websites/production/cxf/content/javadoc/latest-3.1.x/org/apache/cxf/jca/outbound/CXFConnection.html ============================================================================== --- websites/production/cxf/content/javadoc/latest-3.1.x/org/apache/cxf/jca/outbound/CXFConnection.html (original) +++ websites/production/cxf/content/javadoc/latest-3.1.x/org/apache/cxf/jca/outbound/CXFConnection.html Fri Jun 17 16:52:47 2016 @@ -147,7 +147,7 @@ throws Exception
Retrieves a service object to invoke. The serviceInterface class must match the serviceClass in the CXFConnectionSpec that is used to - obtain this CXFConnection. Application can continue to use the service + obtain this CXFConnection. Application should not continue to use the service object after the the connection has been closed by calling close().
Type Parameters:
T -
Parameters:
serviceClass -
Returns:
service object