Class JaxbProducers
java.lang.Object
org.apache.camel.quarkus.component.jaxb.it.JaxbProducers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.converter.jaxb.JaxbDataFormatorg.apache.camel.converter.jaxb.JaxbDataFormatorg.apache.camel.converter.jaxb.JaxbDataFormatorg.apache.camel.converter.jaxb.JaxbDataFormatorg.apache.camel.converter.jaxb.JaxbDataFormatorg.apache.camel.converter.jaxb.JaxbDataFormatorg.apache.camel.converter.jaxb.JaxbDataFormatorg.apache.camel.converter.jaxb.JaxbDataFormatorg.apache.camel.converter.jaxb.JaxbDataFormatorg.apache.camel.converter.jaxb.JaxbDataFormat
-
Constructor Details
-
JaxbProducers
public JaxbProducers()
-
-
Method Details
-
defaultJaxbDataFormat
@Singleton @Named("jaxbDefault") public org.apache.camel.converter.jaxb.JaxbDataFormat defaultJaxbDataFormat() -
jaxbDataFormatWithNamespacePrefix
@Singleton @Named("jaxbWithNamespacePrefix") public org.apache.camel.converter.jaxb.JaxbDataFormat jaxbDataFormatWithNamespacePrefix() -
jaxbDataFormatWithCustomCharset
@Singleton @Named("jaxbWithEncoding") public org.apache.camel.converter.jaxb.JaxbDataFormat jaxbDataFormatWithCustomCharset() -
jaxbDataFormatWithMustBeJAXBElementFalse
@Singleton @Named("jaxbWithMustBeJAXBElementFalse") public org.apache.camel.converter.jaxb.JaxbDataFormat jaxbDataFormatWithMustBeJAXBElementFalse() -
jaxbWithPartClass
@Singleton @Named("jaxbWithPartClass") public org.apache.camel.converter.jaxb.JaxbDataFormat jaxbWithPartClass() -
jaxbWithIgnoreElement
@Singleton @Named("jaxbWithIgnoreElement") public org.apache.camel.converter.jaxb.JaxbDataFormat jaxbWithIgnoreElement() -
jaxbWithCustomProperties
@Singleton @Named("jaxbWithCustomProperties") public org.apache.camel.converter.jaxb.JaxbDataFormat jaxbWithCustomProperties() -
jaxbWithCustomStreamWriter
@Singleton @Named("jaxbWithCustomStreamWriter") public org.apache.camel.converter.jaxb.JaxbDataFormat jaxbWithCustomStreamWriter() -
jaxbWithoutObjectFactory
@Singleton @Named("jaxbWithoutObjectFactory") public org.apache.camel.converter.jaxb.JaxbDataFormat jaxbWithoutObjectFactory() -
jaxbWithNoNamespaceSchemaLocation
@Singleton @Named("jaxbWithNoNamespaceSchemaLocation") public org.apache.camel.converter.jaxb.JaxbDataFormat jaxbWithNoNamespaceSchemaLocation()
-