Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 8309 invoked from network); 13 Nov 2006 09:22:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2006 09:22:19 -0000 Received: (qmail 69734 invoked by uid 500); 13 Nov 2006 09:22:30 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 69501 invoked by uid 500); 13 Nov 2006 09:22:29 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 69485 invoked by uid 500); 13 Nov 2006 09:22:29 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 69482 invoked by uid 99); 13 Nov 2006 09:22:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Nov 2006 01:22:29 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Nov 2006 01:22:17 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 428DF1A984A; Mon, 13 Nov 2006 01:21:48 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r474209 - /webservices/axis2/branches/java/1_1/xdocs/1_1/adb/adb-tweaking.html Date: Mon, 13 Nov 2006 09:21:48 -0000 To: axis2-cvs@ws.apache.org From: chatra@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061113092148.428DF1A984A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chatra Date: Mon Nov 13 01:21:47 2006 New Revision: 474209 URL: http://svn.apache.org/viewvc?view=rev&rev=474209 Log: minor improvements Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/adb/adb-tweaking.html Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/adb/adb-tweaking.html URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/adb/adb-tweaking.html?view=diff&rev=474209&r1=474208&r2=474209 ============================================================================== --- webservices/axis2/branches/java/1_1/xdocs/1_1/adb/adb-tweaking.html (original) +++ webservices/axis2/branches/java/1_1/xdocs/1_1/adb/adb-tweaking.html Mon Nov 13 01:21:47 2006 @@ -7,7 +7,7 @@

ADB Tweaking Guide

-

This document explains available mechanisms to extend ADB and +

This document explains the mechanisms available to extend ADB and possibly adopt it to compile schemas to support other languages.

Content

@@ -41,13 +41,13 @@
  • schema.bean.writer.template

    This specifies the template to be used in the BeanWriter. The -beanWriter author is free to use any mechanism to write the classes +BeanWriter author is free to use any mechanism to write the classes but the default mechanism is to use a xsl template. This property may be left blank if the BeanWriter implementation does not require a template.

  • schema.bean.typemap -

    This is the type map to be used by the schema compiler. it +

    This is the type map to be used by the schema compiler. It should be an implementation of the org.apache.axis2.schema.typemap.TypeMap interface. The default typemap implementation encapsulates a hashmap with type @@ -79,7 +79,7 @@

    A More Advanced Tweak - Generate Code for Another Language

    To generate code for another language, there are two main -components are to be written.

    +components to be written.

    • The BeanWriter

      Implement the BeanWriter interface for this class. A nice @@ -98,7 +98,7 @@ support another language.

    -

    Surprisingly this is enough to have other language support for +

    Surprisingly, this is enough to have other language support for ADB. Change the configuration and you are ready to generate code for other languages!

    This tweaking guide is supposed to be a simple guideline for @@ -108,6 +108,5 @@ of this section is not to be a step by step guide to custom code generation. Anyone who wish to do so would need to dig into the code and get their hands dirty!

    -
    --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org