Skip navigation links

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

E10654-04


Package oracle.webservices.annotations.async

Annotation Types Summary
AsyncWebService The AsyncWebService annotation indicates that the annotated class is to be exposed as an asynchronous web service.
AsyncWebServiceQueue The AsyncWebServiceQueue annotation describes the JMS queue that will be used to store the asynchronous requests for later processing.
AsyncWebServiceResponseQueue The AsyncWebServiceResponseQueue annotation describes the JMS queue that will be used to store the asynchronous responses.
CallbackManagementPolicy Use this annotation to enable or disable the management policy for logging purposes while sending the asynchronous response to the client's callback service.
CallbackMethod The CallbackMethod annotation has attributes that are used to create the wsdl:operation in the callback portType of the asynchronous service.
CallbackMtomPolicy Use this annotation to enable or disable the MTOM policy while sending the asynchronous response to the client's callback service.
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.
CallbackSecurityPolicy Use this annotation to specify the security policy while sending the asynchronous response to the client's callback service.
ResponseWebService Asynchronous Services publish asynchronous BPEL process style WSDL that contains two portTypes.
Retry This annotation is used to control the behavior of the retry mechanism while processing the asynchronous request from the queue.

 


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..