org.apache.camel.component.cxf.converter
Class CxfPayloadConverter

java.lang.Object
  extended by org.apache.camel.component.cxf.converter.CxfPayloadConverter

@Converter
public final class CxfPayloadConverter
extends Object


Method Summary
static
<T> T
convertTo(Class<T> type, org.apache.camel.Exchange exchange, Object value, org.apache.camel.spi.TypeConverterRegistry registry)
           
static
<T> Node
cxfPayLoadToNode(CxfPayload<T> payload, org.apache.camel.Exchange exchange)
           
static
<T> NodeList
cxfPayloadToNodeList(CxfPayload<T> payload, org.apache.camel.Exchange exchange)
           
static
<T> Source
cxfPayLoadToSource(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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)

convertTo

@FallbackConverter
public static <T> T convertTo(Class<T> type,
                                                org.apache.camel.Exchange exchange,
                                                Object value,
                                                org.apache.camel.spi.TypeConverterRegistry registry)


Apache CAMEL