org.codehaus.xfire.annotations
Class AnnotationsValidatorImpl
java.lang.Object
org.codehaus.xfire.annotations.AnnotationsValidatorImpl
- All Implemented Interfaces:
- AnnotationsValidator
public class AnnotationsValidatorImpl
- extends Object
- implements AnnotationsValidator
- Author:
- Tomasz Sztelak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationsValidatorImpl
public AnnotationsValidatorImpl()
validateClass
protected void validateClass(Class clazz)
throws AnnotationException
- Throws:
AnnotationException
validateOneWay
protected void validateOneWay(Method method)
throws AnnotationException
- Throws:
AnnotationException
validateMethod
protected void validateMethod(Method method)
throws AnnotationException
- Throws:
AnnotationException
validate
public void validate(WebAnnotations annotations,
Class clazz)
throws AnnotationException
- Specified by:
validate
in interface AnnotationsValidator
- Throws:
AnnotationException
Copyright © 2004-2013. All Rights Reserved.