|
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 WSIFEJBBinding
The WSIFEJBBinding annotation provides additional Oracle specific annotations for creating an annotated WSIF Web service based on an EJB bean.
| Optional Element Summary | |
|---|---|
String |
classNameThe class name of the EJB. |
String |
initialContextFactoryThe context factory. |
String |
jndiNameThe name for jndi lookup. |
String |
jndiProviderUrlThe provider url for the jndi service. |
public abstract String className
public abstract String jndiName
public abstract String jndiProviderUrl
public abstract String initialContextFactory
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||