org.codehaus.xfire.gen.jaxb
Class DelegatingErrorReceiverImpl

java.lang.Object
  extended by org.codehaus.xfire.gen.jaxb.ErrorReceiverImpl
      extended by org.codehaus.xfire.gen.jaxb.DelegatingErrorReceiverImpl
All Implemented Interfaces:
com.sun.xml.bind.api.ErrorListener, org.xml.sax.ErrorHandler

public class DelegatingErrorReceiverImpl
extends ErrorReceiverImpl


Field Summary
 
Fields inherited from class org.codehaus.xfire.gen.jaxb.ErrorReceiverImpl
fatalErrors
 
Constructor Summary
DelegatingErrorReceiverImpl(com.sun.tools.xjc.api.ErrorListener delegate)
           
 
Method Summary
 void error(org.xml.sax.SAXParseException e)
           
 void fatalError(org.xml.sax.SAXParseException e)
           
 void info(org.xml.sax.SAXParseException e)
           
 void warning(org.xml.sax.SAXParseException e)
           
 
Methods inherited from class org.codehaus.xfire.gen.jaxb.ErrorReceiverImpl
hasFatalErrors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingErrorReceiverImpl

public DelegatingErrorReceiverImpl(com.sun.tools.xjc.api.ErrorListener delegate)
Method Detail

error

public void error(org.xml.sax.SAXParseException e)
Specified by:
error in interface com.sun.xml.bind.api.ErrorListener
Specified by:
error in interface org.xml.sax.ErrorHandler
Overrides:
error in class ErrorReceiverImpl

fatalError

public void fatalError(org.xml.sax.SAXParseException e)
Specified by:
fatalError in interface com.sun.xml.bind.api.ErrorListener
Specified by:
fatalError in interface org.xml.sax.ErrorHandler
Overrides:
fatalError in class ErrorReceiverImpl

warning

public void warning(org.xml.sax.SAXParseException e)
Specified by:
warning in interface com.sun.xml.bind.api.ErrorListener
Specified by:
warning in interface org.xml.sax.ErrorHandler
Overrides:
warning in class ErrorReceiverImpl

info

public void info(org.xml.sax.SAXParseException e)
Specified by:
info in interface com.sun.xml.bind.api.ErrorListener
Overrides:
info in class ErrorReceiverImpl


Copyright © 2004-2009. All Rights Reserved.