|
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={TYPE,METHOD,FIELD,ANNOTATION_TYPE})
public @interface CallbackMtomPolicy
Use this annotation to enable or disable the MTOM policy while sending the asynchronous response to the client's callback service. This annotation is applicable only to asynchronous web service implementation classes that are annotated with AsyncWebService annotation.
| Required Element Summary | |
|---|---|
String |
valuePolicy URI |
| Optional Element Summary | |
|---|---|
boolean |
enabledEnable or disable the mtom policy |
| Element Detail |
|---|
public abstract String value
public abstract boolean enabled
|
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 | |||||||||