Skip navigation links

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

E10654-02


oracle.webservices.annotations
Annotation Type CallbackAssociate


Deprecated. use CallbackInterface instead This annotation specifies the list of callback interfaces that a class/interface may need to interact with. The annotated class expects the client of that class to provide all these callbacks.

@Retention(value=RUNTIME)
public @interface CallbackAssociate

Required Element Summary
 Class[] value
          Deprecated. The class(es) of the callback interface.

 

Element Detail

value

public abstract Class[] value
Deprecated. 
The class(es) of the callback interface. Multiple values can be defined because there could be multiple callback messages for a single request for complex async scenarios. In the typical BPEL use case there is only one callback message for a request message

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.