org.codehaus.xfire.annotations
Class AnnotationsValidatorImpl

java.lang.Object
  extended by org.codehaus.xfire.annotations.AnnotationsValidatorImpl
All Implemented Interfaces:
AnnotationsValidator

public class AnnotationsValidatorImpl
extends java.lang.Object
implements AnnotationsValidator

Author:
Tomasz Sztelak

Constructor Summary
AnnotationsValidatorImpl()
           
 
Method Summary
 void validate(WebAnnotations annotations, java.lang.Class clazz)
           
protected  void validateClass(java.lang.Class clazz)
           
protected  void validateMethod(java.lang.reflect.Method method)
           
protected  void validateOneWay(java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationsValidatorImpl

public AnnotationsValidatorImpl()
Method Detail

validateClass

protected void validateClass(java.lang.Class clazz)
                      throws AnnotationException
Throws:
AnnotationException

validateOneWay

protected void validateOneWay(java.lang.reflect.Method method)
                       throws AnnotationException
Throws:
AnnotationException

validateMethod

protected void validateMethod(java.lang.reflect.Method method)
                       throws AnnotationException
Throws:
AnnotationException

validate

public void validate(WebAnnotations annotations,
                     java.lang.Class clazz)
              throws AnnotationException
Specified by:
validate in interface AnnotationsValidator
Throws:
AnnotationException


Copyright © 2004-2009. All Rights Reserved.