Return-Path: Delivered-To: apmail-cxf-users-archive@www.apache.org Received: (qmail 34431 invoked from network); 20 Aug 2010 14:59:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Aug 2010 14:59:47 -0000 Received: (qmail 86226 invoked by uid 500); 20 Aug 2010 14:59:47 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 86025 invoked by uid 500); 20 Aug 2010 14:59:45 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 86017 invoked by uid 99); 20 Aug 2010 14:59:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 14:59:44 +0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 14:59:39 +0000 Received: from sam.nabble.com ([192.168.236.26]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OmT3u-0007mq-9D for users@cxf.apache.org; Fri, 20 Aug 2010 07:59:18 -0700 Date: Fri, 20 Aug 2010 07:59:18 -0700 (PDT) From: loeffelholz To: users@cxf.apache.org Message-ID: <1282316358274-2642299.post@n5.nabble.com> Subject: dynamic exposure of webservices without annotations MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello folks, I'm trying to program a tool that gets an instance of a class that is a description of a service that should be exposed. It doesn't seem that I could use the simple frontend as the class is not the service but just a description of the service. It includes informations about name, inputparameters, types of the results and where to find the correct method to call. Does anyone perhaps know how I could get a service out of that at runtime using cxf? curious regards Martin -- View this message in context: http://cxf.547215.n5.nabble.com/dynamic-exposure-of-webservices-without-annotations-tp2642299p2642299.html Sent from the cxf-user mailing list archive at Nabble.com.