Package com.sun.xml.ws.api.server
Annotation Type InstanceResolverAnnotation
-
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) @Documented public @interface InstanceResolverAnnotation
Meta annotation for selecting instance resolver.When service class is annotated with an annotation that has
InstanceResolverAnnotationas meta annotation, the JAX-WS RI runtime will use the instance resolver class specified onvalue().The
InstanceResolverclass must have the public constructor that takesClass, which represents the type of the service.See
Statefulfor a real example. This annotation is only for advanced users of the JAX-WS RI.- Since:
- JAX-WS 2.1
- Author:
- Kohsuke Kawaguchi
- See Also:
Stateful
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends InstanceResolver>value
-
-
-
Element Detail
-
value
Class<? extends InstanceResolver> value
-
-