org.apache.cxf.xsdvalidation
Class XercesXsdValidationImpl

java.lang.Object
  extended by org.apache.cxf.xsdvalidation.XercesXsdValidationImpl
All Implemented Interfaces:
org.apache.cxf.common.xmlschema.XmlSchemaValidationManager

public class XercesXsdValidationImpl
extends Object
implements org.apache.cxf.common.xmlschema.XmlSchemaValidationManager


Constructor Summary
XercesXsdValidationImpl()
           
XercesXsdValidationImpl(org.apache.cxf.Bus b)
           
 
Method Summary
 void setBus(org.apache.cxf.Bus b)
           
 void validateSchemas(org.apache.ws.commons.schema.XmlSchemaCollection schemas, DOMErrorHandler errorHandler)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XercesXsdValidationImpl

public XercesXsdValidationImpl()

XercesXsdValidationImpl

public XercesXsdValidationImpl(org.apache.cxf.Bus b)
Method Detail

setBus

public final void setBus(org.apache.cxf.Bus b)

validateSchemas

public void validateSchemas(org.apache.ws.commons.schema.XmlSchemaCollection schemas,
                            DOMErrorHandler errorHandler)

Specified by:
validateSchemas in interface org.apache.cxf.common.xmlschema.XmlSchemaValidationManager


Apache CXF