org.apache.camel.component.cxf.converter
Class CxfPayloadConverter
java.lang.Object
org.apache.camel.component.cxf.converter.CxfPayloadConverter
@Converter
public final class CxfPayloadConverter
- extends Object
|
Method Summary |
static
|
convertTo(Class<T> type,
org.apache.camel.Exchange exchange,
Object value,
org.apache.camel.spi.TypeConverterRegistry registry)
|
static
|
cxfPayLoadToNode(CxfPayload<T> payload,
org.apache.camel.Exchange exchange)
|
static
|
cxfPayloadToNodeList(CxfPayload<T> payload,
org.apache.camel.Exchange exchange)
|
static
|
cxfPayLoadToSource(CxfPayload<T> payload,
org.apache.camel.Exchange exchange)
|
static
|
documentToCxfPayload(Document doc,
org.apache.camel.Exchange exchange)
|
static
|
elementToCxfPayload(Element element,
org.apache.camel.Exchange exchange)
|
static
|
nodeListToCxfPayload(NodeList nodeList,
org.apache.camel.Exchange exchange)
|
static
|
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 |
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