JBoss XML Binding 2.0.3.GA-redhat-2

org.jboss.xb.util
Class CollectionFactory

java.lang.Object
  extended by org.jboss.xb.util.CollectionFactory

public abstract class CollectionFactory
extends Object

A CollectionFactory.

Version:
$Revision: 1.1 $
Author:
Alexey Loubyansky

Field Summary
static CollectionFactory LIST
           
static CollectionFactory SET
           
 
Constructor Summary
CollectionFactory()
           
 
Method Summary
abstract  Collection<Object> createCollection()
           
static CollectionFactory getFactory(org.jboss.reflect.spi.ClassInfo collectionType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIST

public static CollectionFactory LIST

SET

public static CollectionFactory SET
Constructor Detail

CollectionFactory

public CollectionFactory()
Method Detail

createCollection

public abstract Collection<Object> createCollection()
                                             throws Throwable
Throws:
Throwable

getFactory

public static CollectionFactory getFactory(org.jboss.reflect.spi.ClassInfo collectionType)

JBoss XML Binding 2.0.3.GA-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.