|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3.1.0) B28977-01 |
|||||||||
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 |
className The class name of the EJB. |
String |
initialContextFactory The context factory. |
String |
jndiName The name for jndi lookup. |
String |
jndiProviderUrl The 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 |