Tony,
Axis MESSAGE style tells Axis that you don't
want to use the Axis serialization engine. In this case Axis delivers the
contents of the SOAP body directly to the application as a DOM element. Your
application can process the XML as it sees fit (e.g., using JAXB).
Note that this style of communication isn't
"outside the SOAP processing realm". Axis still implements the SOAP processing
model -- it manages the network communications; it creates and manages the SOAP
envelope, it processes any SOAP headers that exist; it invokes the appropriate
handlers; it loads and manages the application agent for you. The only thing it
doesn't do is convert the XML into Java for you.
You might want to do some benchmark comparisons
between Axis serialization and JAXB serialization. I'd look
at performance, scalability, and footprint differences.
Anne
|
- RE: Axis attachment file created in the Temp direc... Javier_Gimenez_Escudero
- Re: Axis attachment file created in the Temp ... Rodrigo Ruiz
- RE: Axis attachment file created in the Temp direc... jaccoud
- RE: Axis attachment file created in the Temp ... Davanum Srinivas
- RE: Axis attachment file created in the Temp direc... Kellogg, Richard
- RE: Axis attachment file created in the Temp direc... Subhendu Kumar mohanty
- RE: Axis attachment file created in the Temp direc... jaccoud
- RE: Axis attachment file created in the Temp direc... Subhendu Kumar mohanty
- Re: Axis attachment file created in the Temp ... Rodrigo Ruiz
- AXIS serialization/deserialization of XML... Tony Opatha
- Re: AXIS serialization/deserializatio... Anne Thomas Manes
- Re: AXIS serialization/deserializ... Tony Opatha
- Re: AXIS serialization/deser... Anne Thomas Manes
- Re: AXIS serialization/d... Robert Lowe
- Re: AXIS serialization/d... Anne Thomas Manes