org.ow2.jonas.ws.jaxws.handler
Class PostConstructProcessor

java.lang.Object
  extended by org.ow2.util.annotation.processor.handler.AbstractAnnotationHandler
      extended by org.ow2.jonas.ws.jaxws.handler.PostConstructProcessor
All Implemented Interfaces:
org.ow2.util.annotation.processor.IAnnotationHandler

public class PostConstructProcessor
extends org.ow2.util.annotation.processor.handler.AbstractAnnotationHandler

The PostConstructProcessor is responsible of calling @PostConstruct annotated methods.

Author:
Guillaume Sauthier

Constructor Summary
PostConstructProcessor()
           
 
Method Summary
 boolean isSupported(Class<? extends Annotation> aClass)
           
 void process(Annotation annotation, Method method, Object o)
           
 
Methods inherited from class org.ow2.util.annotation.processor.handler.AbstractAnnotationHandler
process, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostConstructProcessor

public PostConstructProcessor()
Method Detail

isSupported

public boolean isSupported(Class<? extends Annotation> aClass)

process

public void process(Annotation annotation,
                    Method method,
                    Object o)
             throws org.ow2.util.annotation.processor.ProcessorException
Specified by:
process in interface org.ow2.util.annotation.processor.IAnnotationHandler
Overrides:
process in class org.ow2.util.annotation.processor.handler.AbstractAnnotationHandler
Throws:
org.ow2.util.annotation.processor.ProcessorException


Copyright © 2010 OW2 Consortium. All Rights Reserved.