|
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=METHOD)
public @interface CallbackMethod
The CallbackMethod annotation has attributes that are used to create the wsdl:operation in the callback portType of the asynchronous service. It can also be used to exclude it from the list of asynchronous methods. This annotation is applicable only to the methods of asynchronous web service implementation classes that are annotated with AsyncWebService annotation.
| Optional Element Summary | |
|---|---|
String |
actionThe action for this operation in the callback portType. |
boolean |
excludeMarks a method not to be exposed as asynchronous method. |
String |
nameName of the callback method corresponding to the annotated method. |
String |
operationNameName of the wsdl:operation for this method in the callback portType. |
boolean |
sendAutoResponseFor internal use only |
public abstract String name
public abstract String operationName
public abstract String action
public abstract boolean exclude
public abstract boolean sendAutoResponse
|
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 | |||||||||