Apache CXF API

org.apache.cxf.staxutils.validation
Class WoodstoxValidationImpl

java.lang.Object
  extended by org.apache.cxf.staxutils.validation.WoodstoxValidationImpl

public class WoodstoxValidationImpl
extends Object


Constructor Summary
WoodstoxValidationImpl()
           
 
Method Summary
 boolean canValidate()
           
 void setupValidation(XMLStreamReader reader, Endpoint endpoint, ServiceInfo serviceInfo)
           
 void setupValidation(XMLStreamWriter writer, Endpoint endpoint, ServiceInfo serviceInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WoodstoxValidationImpl

public WoodstoxValidationImpl()
Method Detail

canValidate

public boolean canValidate()

setupValidation

public void setupValidation(XMLStreamReader reader,
                            Endpoint endpoint,
                            ServiceInfo serviceInfo)
                     throws XMLStreamException
Throws:
XMLStreamException

setupValidation

public void setupValidation(XMLStreamWriter writer,
                            Endpoint endpoint,
                            ServiceInfo serviceInfo)
                     throws XMLStreamException
Throws:
XMLStreamException

Apache CXF API

Apache CXF