Re: Question on getFirstChildWithName(qName) within an iterator?

2007-05-03 Thread Martin Gainty
Sent: Tuesday, May 01, 2007 7:49 PM Subject: Question on getFirstChildWithName(qName) within an iterator? Working for a company that wants to hide much of the complexity of the Axis2 api. I've been building some helper methods to allow the ability to use a set of beans to manipulate and bind

Re: Question on getFirstChildWithName(qName) within an iterator?

2007-05-02 Thread Paul Fremantle
Craig There are some options that might be interesting: * JIBX allows you to bind to existing POJOs by specifying a simple binding file * ADB has a helper mode where it will generate POJOs and leave the XML gorp in other files. * JAXB generates pretty clean nice POJOs. Paul On 5/2/07,

RE: Question on getFirstChildWithName(qName) within an iterator?

2007-05-02 Thread Hickman, Craig
Thanks, but I resolved the issue: see code below* Craig Hickman, Sr. Architect ADP Working with the previous Axis1 I was able to write a very easy implementaion for a ServiceRouter and ServiceProcessor that worked for exposing all my services through a properties lookup and hiding the Axis1

Question on getFirstChildWithName(qName) within an iterator?

2007-05-01 Thread Hickman, Craig
Working for a company that wants to hide much of the complexity of the Axis2 api. I've been building some helper methods to allow the ability to use a set of beans to manipulate and bind the xml to the POJO's without the need for using the code generation tools, which is something the developers

RE: Question on getFirstChildWithName(qName) within an iterator?

2007-05-01 Thread Sampige, Srinivas
- From: Hickman, Craig [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 01, 2007 4:50 PM To: 'axis-user@ws.apache.org' Subject: Question on getFirstChildWithName(qName) within an iterator? Working for a company that wants to hide much of the complexity of the Axis2 api. I've been building some helper