org.ow2.jonas.ws.axis2.easybeans.ext
Class JAXWS20ResourceInjector

java.lang.Object
  extended by org.ow2.easybeans.container.EmptyResourceInjector
      extended by org.ow2.jonas.ws.axis2.easybeans.ext.JAXWS20ResourceInjector
All Implemented Interfaces:
org.ow2.easybeans.api.injection.ResourceInjector

public class JAXWS20ResourceInjector
extends org.ow2.easybeans.container.EmptyResourceInjector

Inject JAX-WS 2.x Resource (WebServiceContext) into the EasyBeans EJB instance.

Author:
Guillaume Sauthier, Florent Benoit

Constructor Summary
JAXWS20ResourceInjector()
           
 
Method Summary
 void preEasyBeansInject(org.ow2.easybeans.api.bean.EasyBeansBean bean)
          Called before EasyBeans resolution and injection of dependencies.
 
Methods inherited from class org.ow2.easybeans.container.EmptyResourceInjector
postEasyBeansDestroy, postEasyBeansInject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXWS20ResourceInjector

public JAXWS20ResourceInjector()
Method Detail

preEasyBeansInject

public void preEasyBeansInject(org.ow2.easybeans.api.bean.EasyBeansBean bean)
Called before EasyBeans resolution and injection of dependencies.

Specified by:
preEasyBeansInject in interface org.ow2.easybeans.api.injection.ResourceInjector
Overrides:
preEasyBeansInject in class org.ow2.easybeans.container.EmptyResourceInjector
Parameters:
bean - the Bean instance.


Copyright © 2010 OW2 Consortium. All Rights Reserved.