org.apache.ws.jaxme.generator.sg.impl
Class JAXBSchemaReader

java.lang.Object
  extended by org.apache.ws.jaxme.generator.impl.SchemaReaderImpl
      extended by org.apache.ws.jaxme.generator.sg.impl.JAXBSchemaReader
All Implemented Interfaces:
SchemaReader
Direct Known Subclasses:
JaxMeSchemaReader

public class JAXBSchemaReader
extends SchemaReaderImpl

Since:
JaxMe 2.0
Version:
$Id: JAXBSchemaReader.java 231705 2004-01-07 02:07:20Z jochen $
Author:
Jochen Wiedmann

Constructor Summary
JAXBSchemaReader()
           
 
Method Summary
 void addSGFactoryChain(java.lang.Class pChainClass)
          Adds an instance of SGFactoryChain to the SGFactory.
 SGFactory getSGFactory()
          Returns the SGFactory.
 boolean isSupportingExtensions()
           
protected  SGFactoryChain newSGFactoryChain(Generator pGenerator)
           
 SchemaSG parse(org.xml.sax.InputSource pSource)
          Called for parsing a schema definition from the given Reader.
 void setSupportingExtensions(boolean pSupportingExtensions)
           
 
Methods inherited from class org.apache.ws.jaxme.generator.impl.SchemaReaderImpl
getGenerator, setGenerator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXBSchemaReader

public JAXBSchemaReader()
Method Detail

isSupportingExtensions

public boolean isSupportingExtensions()

setSupportingExtensions

public void setSupportingExtensions(boolean pSupportingExtensions)

addSGFactoryChain

public void addSGFactoryChain(java.lang.Class pChainClass)
Description copied from interface: SchemaReader

Adds an instance of SGFactoryChain to the SGFactory.


newSGFactoryChain

protected SGFactoryChain newSGFactoryChain(Generator pGenerator)

getSGFactory

public SGFactory getSGFactory()
                       throws org.xml.sax.SAXException
Description copied from interface: SchemaReader

Returns the SGFactory.

Throws:
org.xml.sax.SAXException

parse

public SchemaSG parse(org.xml.sax.InputSource pSource)
               throws java.lang.Exception
Description copied from interface: SchemaReader

Called for parsing a schema definition from the given Reader.

Parameters:
pSource - A SAX Input Source, with the system ID set, if possible
Throws:
java.lang.Exception