org.jboss.xb.binding
Class UnmarshallerFactory

java.lang.Object
  extended by org.jboss.xb.binding.UnmarshallerFactory

public abstract class UnmarshallerFactory
extends Object

Version:
$Revision: 1.5 $
Author:
Alexey Loubyansky

Field Summary
protected  Map features
           
protected  Boolean namespaces
           
protected  Boolean validation
           
 
Constructor Summary
UnmarshallerFactory()
           
 
Method Summary
static UnmarshallerFactory newInstance()
           
abstract  Unmarshaller newUnmarshaller()
           
 void setFeature(String name, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

features

protected Map features

validation

protected Boolean validation

namespaces

protected Boolean namespaces
Constructor Detail

UnmarshallerFactory

public UnmarshallerFactory()
Method Detail

newInstance

public static UnmarshallerFactory newInstance()

newUnmarshaller

public abstract Unmarshaller newUnmarshaller()

setFeature

public void setFeature(String name,
                       Object value)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.