javax.xml.bind
Class SchemaOutputResolver

java.lang.Object
  extended by javax.xml.bind.SchemaOutputResolver

public abstract class SchemaOutputResolver
extends Object


Constructor Summary
SchemaOutputResolver()
           
 
Method Summary
abstract  Result createOutput(String namespaceUri, String suggestedFileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaOutputResolver

public SchemaOutputResolver()
Method Detail

createOutput

public abstract Result createOutput(String namespaceUri,
                                    String suggestedFileName)
                             throws IOException
Throws:
IOException


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.