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

java.lang.Object
  extended by org.apache.camel.component.cxf.converter.NodeListWrapper
All Implemented Interfaces:
NodeList

public class NodeListWrapper
extends Object
implements NodeList


Constructor Summary
NodeListWrapper(List<Element> elementList)
           
 
Method Summary
 int getLength()
           
 Node item(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeListWrapper

public NodeListWrapper(List<Element> elementList)
Method Detail

getLength

public int getLength()
Specified by:
getLength in interface NodeList

item

public Node item(int index)
Specified by:
item in interface NodeList


Apache CAMEL