Package com.sun.xml.ws.message.jaxb
Message implementation for JAXB.
TODO:
Because a producer of a message doesn't generally know
when a message is consumed, it's difficult for
the caller to do a proper instance caching. Perhaps
there should be a layer around JAXBContext that does that?
-
Class Summary Class Description JAXBDispatchMessage Messagebacked by a JAXB bean; this implementation is used when client uses Dispatch mechanism in JAXB/MESSAGE mode; difference fromJAXBMessageis thatjaxbObjectholds whole SOAP message including SOAP envelope; it's the client who is responsible for preparing message content.JAXBHeader Headerwhose physical data representation is a JAXB bean.JAXBMessage Messagebacked by a JAXB bean.