| Annotation Type | Description |
|---|---|
| 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 | Deprecated
As of 12.1.2, replaced by @oracle.wsm.metadata.annotation.CallbackPolicySet (used with @oracle.wsm.metadata.annotation.PolicyReference)
|
| CallbackMethod |
The
CallbackMethod annotation has attributes that are used to create the wsdl:operation in the callback portType of the asynchronous service. |
| CallbackMtomPolicy | Deprecated
As of 12.1.2, replaced by @oracle.wsm.metadata.annotation.CallbackPolicySet (used with @oracle.wsm.metadata.annotation.PolicyReference)
|
| 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 | Deprecated
As of 12.1.2, replaced by @oracle.wsm.metadata.annotation.CallbackPolicySet (used with @oracle.wsm.metadata.annotation.PolicyReference)
|
| 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.
|