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 CallbackManagementPolicy


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD,ANNOTATION_TYPE})
public @interface CallbackManagementPolicy

Use this annotation to enable or disable the management policy for logging purposes 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
           

 

Optional Element Summary
 boolean enabled
           

 

Element Detail

value

public abstract String[] value

enabled

public abstract boolean enabled
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..