org.apache.camel.converter.jaxp
Class DomConverter

java.lang.Object
  extended by org.apache.camel.converter.jaxp.DomConverter

@Converter
public final class DomConverter
extends Object

Converts from some DOM types to Java types

Version:
$Revision: 830197 $

Method Summary
static Integer toInteger(NodeList nodeList)
           
static Long toLong(NodeList nodeList)
           
static String toString(NodeList nodeList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toString

@Converter
public static String toString(NodeList nodeList)

toInteger

@Converter
public static Integer toInteger(NodeList nodeList)

toLong

@Converter
public static Long toLong(NodeList nodeList)


Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.