|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jaxws.server.endpoint.injection.impl.WebServiceContextInjectorImpl
public class WebServiceContextInjectorImpl
Constructor Summary | |
---|---|
WebServiceContextInjectorImpl()
|
Method Summary | |
---|---|
void |
addMessageContext(WebServiceContext wc,
MessageContext mc)
MessageContext is made availble to the endpoint instance via the WebServiceContext. |
void |
inject(java.lang.Object resource,
java.lang.Object instance)
Inject resource on Filed, Method or Class depending on how the @Resource annotation is defined. |
void |
injectOnClass(java.lang.Object resource,
java.lang.Object instance,
java.lang.Class clazz)
Resource will be injection on the class. |
void |
injectOnField(java.lang.Object resource,
java.lang.Object instance,
java.lang.reflect.Field field)
Resource will be injected on the field. |
void |
injectOnMethod(java.lang.Object resource,
java.lang.Object instance,
java.lang.reflect.Method method)
Resource will be injected on the Method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebServiceContextInjectorImpl()
Method Detail |
---|
public void addMessageContext(WebServiceContext wc, MessageContext mc)
WebServiceContextInjector
addMessageContext
in interface WebServiceContextInjector
public void inject(java.lang.Object resource, java.lang.Object instance) throws ResourceInjectionException
ResourceInjector
inject
in interface ResourceInjector
ResourceInjectionException
public void injectOnClass(java.lang.Object resource, java.lang.Object instance, java.lang.Class clazz) throws ResourceInjectionException
ResourceInjector
injectOnClass
in interface ResourceInjector
ResourceInjectionException
public void injectOnField(java.lang.Object resource, java.lang.Object instance, java.lang.reflect.Field field) throws ResourceInjectionException
ResourceInjector
injectOnField
in interface ResourceInjector
ResourceInjectionException
public void injectOnMethod(java.lang.Object resource, java.lang.Object instance, java.lang.reflect.Method method) throws ResourceInjectionException
ResourceInjector
injectOnMethod
in interface ResourceInjector
ResourceInjectionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |