|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface CallbackProperties
Use this annotation to specify a set of key-value pairs that must be set in the message context while sending the asynchronous response to the the Callback service. This annotation is applicable only to asynchronous web service implementation classes that are annotated with AsyncWebService annotation.
| Required Element Summary | |
|---|---|
Property[] |
valueArray of key and value pairs that will be set in the message context |
| Element Detail |
|---|
public abstract Property[] value
|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||