Package org.apache.camel.converter.jaxb
Interface JaxbConstants
-
public interface JaxbConstantsConstants used by Camel Jaxb module
-
-
Field Summary
Fields Modifier and Type Field Description static StringJAXB_PART_CLASSstatic StringJAXB_PART_NAMESPACEstatic StringJAXB_PROVIDER_PROPERTIESKey to identify custom marshaller properties in the exchange specific to JAX-RI implementation
-
-
-
Field Detail
-
JAXB_PROVIDER_PROPERTIES
static final String JAXB_PROVIDER_PROPERTIES
Key to identify custom marshaller properties in the exchange specific to JAX-RI implementation- See Also:
- Constant Field Values
-
JAXB_PART_CLASS
static final String JAXB_PART_CLASS
- See Also:
- Constant Field Values
-
JAXB_PART_NAMESPACE
static final String JAXB_PART_NAMESPACE
- See Also:
- Constant Field Values
-
-