|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface AsyncWebServiceResponseQueue
| Optional Element Summary | |
|---|---|
String |
connectionFactoryThe JNDI name of the response-side QueueConnectionFactory |
boolean |
enableThe response queue to be used or not. |
boolean |
enableTransactionIf transaction is to be used for response-side MDB that processes messages from this queue. |
String |
queueThe JNDI name of the JMS queue where asynchronous responses will be hold for processing |
public abstract boolean enable
public abstract String connectionFactory
public abstract String queue
public abstract boolean enableTransaction
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||