Skip navigation links

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

E10654-02


oracle.webservices.annotations
Annotation Type CallbackRef


Deprecated. use oracle.webservices.annotations.async.CallbackRef instead 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 :

public @interface CallbackRef


Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.