A SOAPElement that gives access to its content as XML fragment or Java object.
The SOAPContentElement has three content representations, which may not exist in parallel. The getter and setter of the content properties perform the conversions.
+---------+ +-------------+ +-------------+ | Object | <-----> | XMLFragment | <-----> | DOMTree | +---------+ +-------------+ +-------------+
The idea is, that handlers can work with both the object and the dom view of this SOAPElement. Note that transitions may be expensive.
@see ObjectContent
@see XMLContent
@see DOMContent
@author Thomas.Diesler@jboss.org
@author Heiko.Braun@jboss.org
@since 13-Dec-2004