org.apache.ws.jaxme
Interface JMValidator

All Superinterfaces:
Validator
All Known Implementing Classes:
JMValidatorImpl

public interface JMValidator
extends Validator

JaxMe's private extension of a JAXB Validator.

Version:
$Id$
Author:
Jochen Wiedmann

Method Summary
 JAXBContextImpl getJAXBContextImpl()
          Returns the JAXBContext that created this validator.
 void setJAXBContextImpl(JAXBContextImpl pContext)
          Sets the JAXBContext that created this validator.
 
Methods inherited from interface javax.xml.bind.Validator
getEventHandler, getProperty, setEventHandler, setProperty, validate, validateRoot
 

Method Detail

setJAXBContextImpl

void setJAXBContextImpl(JAXBContextImpl pContext)

Sets the JAXBContext that created this validator.


getJAXBContextImpl

JAXBContextImpl getJAXBContextImpl()

Returns the JAXBContext that created this validator.