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.1.2.3 $
Author:
Alexey Loubyansky

Constructor Summary
UnmarshallerFactory()
           
 
Method Summary
static UnmarshallerFactory newInstance()
           
abstract  Unmarshaller newUnmarshaller()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnmarshallerFactory

public UnmarshallerFactory()
Method Detail

newInstance

public static UnmarshallerFactory newInstance()

newUnmarshaller

public abstract Unmarshaller newUnmarshaller()


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