org.jboss.injection
Class WebServiceContextPropertyInjector

java.lang.Object
  extended by org.jboss.injection.WebServiceContextPropertyInjector
All Implemented Interfaces:
Injector

public class WebServiceContextPropertyInjector
extends java.lang.Object
implements Injector

Injects a WebServiceContext into a bean.


Constructor Summary
protected WebServiceContextPropertyInjector(BeanProperty property)
           
 
Method Summary
 java.lang.Class getInjectionClass()
           
 void inject(BeanContext ctx)
           
 void inject(java.lang.Object instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceContextPropertyInjector

protected WebServiceContextPropertyInjector(BeanProperty property)
Method Detail

inject

public void inject(java.lang.Object instance)
Specified by:
inject in interface Injector

inject

public void inject(BeanContext ctx)
Specified by:
inject in interface Injector

getInjectionClass

public java.lang.Class getInjectionClass()
Specified by:
getInjectionClass in interface Injector