Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.annotations.async
Annotation Type CallbackRef


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface CallbackRef

This is a dependency injection (DI) style marker annotation that applies to a member field or setter method of the service endpoint implementation . When the system finds this annotation on a service implementation it will inject the appropriate outgoing addressing headers into the annotated field. The values of the outgoing addressing headers is based off of the incoming addressing headers as described in the ws-addressing specification (http://www.w3.org/Submission/ws-addressing/) in section 3.2 Formulating a Reply Message If the service endpoint implementation is a SEI implementation or JSR-181 annotated endpoint implementation bean class, the callback to be injected could be of the type specified in the CallbackAssociate annotation. For example :


Optional Element Summary
 String name
          The JNDI name of the resource.

 

name

public abstract String name
The JNDI name of the resource. The default name is [class with this annotation]/[field name]
Default:
""

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.