com.ebmwebsourcing.wsstar.notification.definition.utils
Class JaxbTypeConvertor

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.notification.definition.utils.JaxbTypeConvertor

public class JaxbTypeConvertor
extends java.lang.Object

set of static methods to convert returned jaxb2 types to "more user friendly" encapsulation Java types

Author:
Thierry Déjean - eBM WebSourcing

Constructor Summary
JaxbTypeConvertor()
           
 
Method Summary
static java.util.List<org.w3c.dom.Element> JaxbObjectListToElementList(java.util.List<java.lang.Object> list)
          convert default list of Java Object return by the JAXB layer to a list of org.w3c.dom.Element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbTypeConvertor

public JaxbTypeConvertor()
Method Detail

JaxbObjectListToElementList

public static java.util.List<org.w3c.dom.Element> JaxbObjectListToElementList(java.util.List<java.lang.Object> list)
convert default list of Java Object return by the JAXB layer to a list of org.w3c.dom.Element.

Parameters:
list -
Returns:
a java List of Element


Copyright © 2009 eBM Websourcing. All Rights Reserved.