Skip navigation links

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

E10654-04


oracle.webservices.annotations.async
Annotation Type CallbackProperties


@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[] value
          Array of key and value pairs that will be set in the message context

 

Element Detail

value

public abstract Property[] value
Array of key and value pairs that will be set in the message context

Skip navigation links

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

E10654-04


Copyright © 2006, 2010, Oracle and/or its affiliates. All rights reserved..