net.sf.jaxme.impl
Class JMValidatorImpl

java.lang.Object
  extended bynet.sf.jaxme.impl.JMControllerImpl
      extended bynet.sf.jaxme.impl.JMValidatorImpl
All Implemented Interfaces:
JMValidator, Validator

public class JMValidatorImpl
extends JMControllerImpl
implements JMValidator

Version:
$Id: JMValidatorImpl.java,v 1.1 2003/08/29 18:07:57 joe Exp $
Author:
Jochen Wiedmann

Field Summary
 
Fields inherited from class net.sf.jaxme.impl.JMControllerImpl
eventHandler, JAXME_DATATYPE_CONVERTER, JAXME_PRIVATE
 
Constructor Summary
JMValidatorImpl()
           
 
Method Summary
 boolean validate(java.lang.Object pObject)
           
 boolean validateRoot(java.lang.Object pObject)
           
 
Methods inherited from class net.sf.jaxme.impl.JMControllerImpl
getDatatypeConverter, getEventHandler, getJAXBContextImpl, getProperty, setDatatypeConverter, setEventHandler, setJAXBContextImpl, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jaxme.JMValidator
getJAXBContextImpl, setJAXBContextImpl
 
Methods inherited from interface javax.xml.bind.Validator
getEventHandler, getProperty, setEventHandler, setProperty
 

Constructor Detail

JMValidatorImpl

public JMValidatorImpl()
Method Detail

validate

public boolean validate(java.lang.Object pObject)
                 throws JAXBException
Specified by:
validate in interface Validator
Throws:
JAXBException

validateRoot

public boolean validateRoot(java.lang.Object pObject)
                     throws JAXBException
Specified by:
validateRoot in interface Validator
Throws:
JAXBException