com.sun.xml.bind.v2.runtime.property
Class PropertyFactory

java.lang.Object
  extended by com.sun.xml.bind.v2.runtime.property.PropertyFactory

public abstract class PropertyFactory
extends java.lang.Object

Create Property objects.


Method Summary
static Property create(JAXBContextImpl grammar, RuntimePropertyInfo info)
          Creates/obtains a properly configured Property object from the given description.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static Property create(JAXBContextImpl grammar,
                              RuntimePropertyInfo info)
Creates/obtains a properly configured Property object from the given description.