org.jboss.xb.binding.group
Class ValueListHandler.FACTORY

java.lang.Object
  extended by org.jboss.xb.binding.group.ValueListHandler.FACTORY
Enclosing interface:
ValueListHandler

public static class ValueListHandler.FACTORY
extends Object


Constructor Summary
ValueListHandler.FACTORY()
           
 
Method Summary
static ValueListHandler child()
           
static ValueListHandler lazy(Object parent)
          Collects children and adds them all at the time the newInstance is called.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueListHandler.FACTORY

public ValueListHandler.FACTORY()
Method Detail

lazy

public static ValueListHandler lazy(Object parent)
Collects children and adds them all at the time the newInstance is called.

Parameters:
parent - the parent object
Returns:
the parent object

child

public static ValueListHandler child()


Copyright © 2008 JBoss Inc.. All Rights Reserved.