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

public class DelegatingErrorReceiverImpl
extends ErrorReceiverImpl


Field Summary
 
Fields inherited from class org.codehaus.xfire.gen.jaxb.ErrorReceiverImpl
fatalErrors
 
Constructor Summary
DelegatingErrorReceiverImpl(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(ErrorListener delegate)
Method Detail

error

public void error(org.xml.sax.SAXParseException e)
Overrides:
error in class ErrorReceiverImpl

fatalError

public void fatalError(org.xml.sax.SAXParseException e)
Overrides:
fatalError in class ErrorReceiverImpl

warning

public void warning(org.xml.sax.SAXParseException e)
Overrides:
warning in class ErrorReceiverImpl

info

public void info(org.xml.sax.SAXParseException e)
Overrides:
info in class ErrorReceiverImpl


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.