org.codehaus.xfire.spring
Class Jsr181BeanPostProcessor
java.lang.Object
org.codehaus.xfire.spring.Jsr181BeanPostProcessor
- All Implemented Interfaces:
- org.springframework.beans.factory.config.BeanPostProcessor
public class Jsr181BeanPostProcessor
- extends java.lang.Object
- implements org.springframework.beans.factory.config.BeanPostProcessor
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
Constructor Summary |
Jsr181BeanPostProcessor(org.codehaus.xfire.annotations.WebAnnotations annotations,
org.codehaus.xfire.annotations.AnnotationServiceFactory serviceFactory,
org.codehaus.xfire.service.ServiceRegistry registry)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jsr181BeanPostProcessor
public Jsr181BeanPostProcessor(org.codehaus.xfire.annotations.WebAnnotations annotations,
org.codehaus.xfire.annotations.AnnotationServiceFactory serviceFactory,
org.codehaus.xfire.service.ServiceRegistry registry)
postProcessBeforeInitialization
public java.lang.Object postProcessBeforeInitialization(java.lang.Object bean,
java.lang.String beanName)
throws org.springframework.beans.BeansException
- Specified by:
postProcessBeforeInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
- Throws:
org.springframework.beans.BeansException
postProcessAfterInitialization
public java.lang.Object postProcessAfterInitialization(java.lang.Object bean,
java.lang.String beanName)
throws org.springframework.beans.BeansException
- Specified by:
postProcessAfterInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
- Throws:
org.springframework.beans.BeansException
Copyright © 2004-2009. All Rights Reserved.