Annotation Interface ExternalSchemaElement
Annotation to be used for JAXB property (field or method) annotated with
@XmlAnyElement to highlight which
actual elements do we expect (not to be enforced by JAXB, but by Camel itself).-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
names
-
names2
-
namespace
-
namespace2
-
documentElement
String documentElementIn JAXB, when an element is annotated with@XmlAnyElement, the actual objects used are ofElementclass. These elements should be part of wrappingDocumentand this parameter allows to specify this root element name (innamespace()). -
documentElement2
String documentElement2In JAXB, when an element is annotated with@XmlAnyElement, the actual objects used are ofElementclass. These elements should be part of wrappingDocumentand this parameter allows to specify this root element name (innamespace2()).
-