org.codehaus.xfire.spring
Class Jsr181BeanPostProcessor
java.lang.Object
org.codehaus.xfire.spring.Jsr181BeanPostProcessor
public class Jsr181BeanPostProcessor
- extends java.lang.Object
This BeanPostProcessor will create an XFire service from a service class if and only if
it is marked with the JSR 181 WebService attribute. This replaces the need for using the
ServiceComponent class.
- Author:
- Jason Carreira
- See Also:
ServiceBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jsr181BeanPostProcessor
public Jsr181BeanPostProcessor(WebAnnotations annotations,
AnnotationServiceFactory serviceFactory,
ServiceRegistry registry)
postProcessBeforeInitialization
public java.lang.Object postProcessBeforeInitialization(java.lang.Object bean,
java.lang.String beanName)
throws BeansException
- Throws:
BeansException
postProcessAfterInitialization
public java.lang.Object postProcessAfterInitialization(java.lang.Object bean,
java.lang.String beanName)
throws BeansException
- Throws:
BeansException
Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.