Class JaxbProducers
- java.lang.Object
-
- org.apache.camel.quarkus.component.jaxb.it.JaxbProducers
-
public class JaxbProducers extends Object
-
-
Constructor Summary
Constructors Constructor Description JaxbProducers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.converter.jaxb.JaxbDataFormatdefaultJaxbDataFormat()org.apache.camel.converter.jaxb.JaxbDataFormatjaxbDataFormatWithCustomCharset()org.apache.camel.converter.jaxb.JaxbDataFormatjaxbDataFormatWithMustBeJAXBElementFalse()org.apache.camel.converter.jaxb.JaxbDataFormatjaxbDataFormatWithNamespacePrefix()org.apache.camel.converter.jaxb.JaxbDataFormatjaxbWithCustomProperties()org.apache.camel.converter.jaxb.JaxbDataFormatjaxbWithCustomStreamWriter()org.apache.camel.converter.jaxb.JaxbDataFormatjaxbWithIgnoreElement()org.apache.camel.converter.jaxb.JaxbDataFormatjaxbWithNoNamespaceSchemaLocation()org.apache.camel.converter.jaxb.JaxbDataFormatjaxbWithoutObjectFactory()org.apache.camel.converter.jaxb.JaxbDataFormatjaxbWithPartClass()
-
-
-
Method Detail
-
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()
-
-