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 AsyncWebService


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface AsyncWebService

The AsyncWebService annotation indicates that the annotated class is to be exposed as an asynchronous web service. By default all the methods are exposed as asynchronous. For synchronous methods, use the exclude attribute of CallbackMethod annotation to override the default.


Optional Element Summary
 String systemUser
          Security principal to be used to access the protected JMS system resource.

 

systemUser

public abstract String systemUser
Security principal to be used to access the protected JMS system resource. The default value is RUN_AS_SYSTEM_USER.
Returns:
Default:
"OracleSystemUser"

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