| FieldOutline that wraps another
FieldOutline and allows JAX-WS to access values without using about
JAXBElement .
That means if a value is requested, we unwrap JAXBElement
and give it to them. If a value is set, we wrap that into
JAXBElement, etc.
This can be used only with
CReferencePropertyInfo (or else it won't be
JAXBElement), with one
CElementInfo (or else we can't infer the tag name.)
author: Kohsuke Kawaguchi |