org.jboss.injection
Class WebServiceRefHandler<X extends org.jboss.metadata.javaee.spec.RemoteEnvironment>
java.lang.Object
org.jboss.injection.WebServiceRefHandler<X>
- All Implemented Interfaces:
- InjectionHandler<X>
public class WebServiceRefHandler<X extends org.jboss.metadata.javaee.spec.RemoteEnvironment>
- extends java.lang.Object
- implements InjectionHandler<X>
Handle @WebServiceRef annotations
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebServiceRefHandler
public WebServiceRefHandler()
loadXml
public void loadXml(X xml,
InjectionContainer container)
- Specified by:
loadXml in interface InjectionHandler<X extends org.jboss.metadata.javaee.spec.RemoteEnvironment>
handleClassAnnotations
public void handleClassAnnotations(java.lang.Class<?> type,
InjectionContainer container)
- Specified by:
handleClassAnnotations in interface InjectionHandler<X extends org.jboss.metadata.javaee.spec.RemoteEnvironment>
handleMethodAnnotations
public void handleMethodAnnotations(java.lang.reflect.Method method,
InjectionContainer container,
java.util.Map<java.lang.reflect.AccessibleObject,Injector> injectors)
- Specified by:
handleMethodAnnotations in interface InjectionHandler<X extends org.jboss.metadata.javaee.spec.RemoteEnvironment>
handleFieldAnnotations
public void handleFieldAnnotations(java.lang.reflect.Field field,
InjectionContainer container,
java.util.Map<java.lang.reflect.AccessibleObject,Injector> injectors)
- Specified by:
handleFieldAnnotations in interface InjectionHandler<X extends org.jboss.metadata.javaee.spec.RemoteEnvironment>