Skip navigation links

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

E10654-04


oracle.webservices.annotations.async
Annotation Type CallbackMtomPolicy


@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 value
          Policy URI

 

Optional Element Summary
 boolean enabled
          Enable or disable the mtom policy

 

Element Detail

value

public abstract String value
Policy URI

enabled

public abstract boolean enabled
Enable or disable the mtom policy
Default:
true

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