@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @WebServiceFeatureAnnotation(id="com.oracle.webservices.api.AsyncWebServiceFeature", bean=AsyncWebServiceFeature.class) public @interface AsyncWebService
| Modifier and Type | Optional Element and Description |
|---|---|
String |
callbackInterface |
boolean |
enabled
Enable this feature.
|
boolean |
enableTransaction |
boolean |
firstUsageOfRequestPool |
boolean |
firstUsageOfResponsePool |
boolean |
genService |
boolean |
hasNonIdempotentMethods |
boolean |
isResponseQueueEnabled |
String |
jmsAccessUser |
String |
jmsConnectionFactory |
String |
jmsQueue |
String |
jmsResponseConnectionFactory |
String |
jmsResponseQueue |
String |
requestMessageSelector |
int |
requestProcessorInitPoolSize |
int |
requestProcessorMaxPoolSize |
String |
requestProcessorPool |
String |
responseMessageSelector |
String |
responseNameSuffix |
String |
responsePartnerLinkRole |
String |
responsePortTypeNameLocalPart |
String |
responsePortTypeNameNamespaceURI |
int |
responseProcessorInitPoolSize |
int |
responseProcessorMaxPoolSize |
String |
responseProcessorPool |
boolean |
responseQueueEnableTransaction |
String |
responseServiceRefName |
int |
transactionTimeoutSeconds |
public abstract String callbackInterface
public abstract boolean enabled
public abstract boolean enableTransaction
public abstract boolean firstUsageOfRequestPool
public abstract boolean firstUsageOfResponsePool
public abstract boolean genService
public abstract boolean hasNonIdempotentMethods
public abstract boolean isResponseQueueEnabled
public abstract String jmsAccessUser
public abstract String jmsConnectionFactory
public abstract String jmsQueue
public abstract String jmsResponseConnectionFactory
public abstract String jmsResponseQueue
public abstract String requestMessageSelector
public abstract int requestProcessorInitPoolSize
public abstract int requestProcessorMaxPoolSize
public abstract String requestProcessorPool
public abstract String responseMessageSelector
public abstract String responseNameSuffix
public abstract String responsePartnerLinkRole
public abstract String responsePortTypeNameLocalPart
public abstract String responsePortTypeNameNamespaceURI
public abstract int responseProcessorInitPoolSize
public abstract int responseProcessorMaxPoolSize
public abstract String responseProcessorPool
public abstract boolean responseQueueEnableTransaction
public abstract String responseServiceRefName
public abstract int transactionTimeoutSeconds