|
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 Conversational
This annotation is allowed only on a JAX-WS service endpoint implementation bean. This annoation is to specify the scope and access mode of a service endpoint implementation bean.
| Optional Element Summary | |
|---|---|
Conversational.AccessMode |
accessModeThe access mode of a JAX-WS service endpoint implementation bean instance. |
Conversational.Scope |
scopeScope of a JAX-WS Service Endpoint Implementation Bean instance. |
int |
sessionTimeoutThe time, in seconds, between client requests before the container will invalidate this session. |
public abstract Conversational.Scope scope
public abstract Conversational.AccessMode accessMode
public abstract int sessionTimeout
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||