Skip navigation links

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

E10654-02


Package oracle.webservices.annotations.async

Annotation Types Summary
AsyncWebService The AsyncService annotation indicates that the annotated class is to be explosed 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  
Callback Deprecated. use CallbackInterface or ResponseWebService instead The Callback annotation provides the details of the callback interface for the asynchronous service of the annotated class.
CallbackAddressingPolicy  
CallbackInterface This annotation allows an interface to be associated with another class.
CallbackManagementPolicy  
CallbackMethod The CallbackMethod annotation has attributes that are used to create the wsdl:operation in the callback portType of the asynchronus service.
CallbackMtomPolicy  
CallbackProperties  
CallbackRef This is a dependency injection (DI) style marker annotation that applies to a member field or setter method of the service endpoint implementation .
CallbackSecurityPolicy  
FaultListener  
ResponseWebService  

 


Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.