For unmarshalling, I get xml, and have no idea which handler to use to unmarshal the xml without parsing the xml first.  I would hate to parse the xml twice.  It looks like the JMUnmarshallerHandler can do that for me though as it looks up the manager it needs after parsing the first element.  Am I even explaining this right?
thanks,
dean

Jochen Wiedmann wrote:
On 9/12/05, Dean Hiller <[EMAIL PROTECTED]> wrote:

  
Is this going to be possible with JaxME.  My plan is to try to make it
happen by modifying JaxME(while keeping JaxME JAXB compliant of course)
and to stay as close to JAXB as possible which I already know some parts
will not be compliant.  Castor seemed to support this before as you just
registered the handlers with Castor and those handlers could come from
any classloader.
    

What I don't understand: If you have a context for registering
handlers or whatever: In that case you should also have the handlers,
objects, and stuff like that for working with. In other words: I do
not see the problem?


Sorry,

Jochen

  
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to