Return-Path: Delivered-To: apmail-jakarta-bcel-user-archive@www.apache.org Received: (qmail 66899 invoked from network); 22 Dec 2005 04:16:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Dec 2005 04:16:06 -0000 Received: (qmail 22679 invoked by uid 500); 22 Dec 2005 04:15:54 -0000 Delivered-To: apmail-jakarta-bcel-user-archive@jakarta.apache.org Received: (qmail 22439 invoked by uid 500); 22 Dec 2005 04:15:52 -0000 Mailing-List: contact bcel-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "BCEL Users List" Reply-To: "BCEL Users List" Delivered-To: mailing list bcel-user@jakarta.apache.org Received: (qmail 22390 invoked by uid 99); 22 Dec 2005 04:15:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Dec 2005 20:15:52 -0800 X-ASF-Spam-Status: No, hits=2.1 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_IMAGE_ONLY_16,HTML_MESSAGE,HTML_SHORT_LINK_IMG_2,MSGID_FROM_MTA_HEADER X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [202.54.124.178] (HELO rediffmail.com) (202.54.124.178) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 21 Dec 2005 20:15:49 -0800 Received: (qmail 31141 invoked by uid 510); 22 Dec 2005 04:15:21 -0000 Date: 22 Dec 2005 04:15:21 -0000 Message-ID: <20051222041521.31140.qmail@webmail9.rediffmail.com> Received: from unknown (59.93.243.147) by rediffmail.com via HTTP; 22 dec 2005 04:15:20 -0000 MIME-Version: 1.0 From: "chinmoy chakraborty" Reply-To: "chinmoy chakraborty" To: bcel-user@jakarta.apache.org Subject: New to BCEL - Please help Content-type: multipart/alternative; boundary="Next_1135224920---0-202.54.124.178-31106" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --Next_1135224920---0-202.54.124.178-31106 Content-type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =A0=0AHello,=0A=0AI am new to BCEL nad still struggling to get used to it.= Could you please tell me where I can get some tutorial of BCEL. I have gon= e through the BCEL Manual but I want something more. Could you please tell = me what will be the BCEL equivalent code for the following.=0A=0Apublic cla= ss Num=0A{=0A private int num;=0A public int getNum()=0A { return num;}= =0A public void setNum(int num)=0A { this.num =3D num;}=0A private stati= c org.apache.axis.description.TypeDesc typeDesc =3D=0A new org.apach= e.axis.description.TypeDesc(Num.class);=0A=0A public static org.apache.axi= s.encoding.Serializer getSerializer (java.lang.String mechType,java.lang.= Class _javaType, javax.xml.namespace.QName _xmlType)=0A {return new org= .apache.axis.encoding.ser.BeanSerializer (_javaType, _xmlType,typeDesc);= =0A=0A }=0A}=0A=0A=0AThanks,=0AChinmoy=0A=0A --Next_1135224920---0-202.54.124.178-31106--