Class CxfPayloadConverter
java.lang.Object
org.apache.camel.component.cxf.converter.CxfPayloadConverter
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TconvertTo(Class<T> type, org.apache.camel.Exchange exchange, Object value, org.apache.camel.spi.TypeConverterRegistry registry) static <T> NodecxfPayLoadToNode(CxfPayload<T> payload, org.apache.camel.Exchange exchange) static <T> NodeListcxfPayloadToNodeList(CxfPayload<T> payload, org.apache.camel.Exchange exchange) static <T> SourcecxfPayLoadToSource(CxfPayload<T> payload, org.apache.camel.Exchange exchange) static <T> org.apache.camel.StreamCachecxfPayLoadToStreamCache(CxfPayload<T> payload, org.apache.camel.Exchange exchange) static <T> CxfPayload<T>documentToCxfPayload(Document doc, org.apache.camel.Exchange exchange) static <T> CxfPayload<T>elementToCxfPayload(Element element, org.apache.camel.Exchange exchange) static <T> CxfPayload<T>nodeListToCxfPayload(NodeList nodeList, org.apache.camel.Exchange exchange) static <T> CxfPayload<T>sourceToCxfPayload(Source src, org.apache.camel.Exchange exchange)
-
Method Details
-
documentToCxfPayload
@Converter public static <T> CxfPayload<T> documentToCxfPayload(Document doc, org.apache.camel.Exchange exchange) -
elementToCxfPayload
@Converter public static <T> CxfPayload<T> elementToCxfPayload(Element element, org.apache.camel.Exchange exchange) -
nodeListToCxfPayload
@Converter public static <T> CxfPayload<T> nodeListToCxfPayload(NodeList nodeList, org.apache.camel.Exchange exchange) -
sourceToCxfPayload
@Converter public static <T> CxfPayload<T> sourceToCxfPayload(Source src, org.apache.camel.Exchange exchange) -
cxfPayloadToNodeList
@Converter public static <T> NodeList cxfPayloadToNodeList(CxfPayload<T> payload, org.apache.camel.Exchange exchange) -
cxfPayLoadToNode
@Converter public static <T> Node cxfPayLoadToNode(CxfPayload<T> payload, org.apache.camel.Exchange exchange) -
cxfPayLoadToSource
@Converter public static <T> Source cxfPayLoadToSource(CxfPayload<T> payload, org.apache.camel.Exchange exchange) -
cxfPayLoadToStreamCache
@Converter public static <T> org.apache.camel.StreamCache cxfPayLoadToStreamCache(CxfPayload<T> payload, org.apache.camel.Exchange exchange) -
convertTo
-