Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.annotations
Annotation Type WSIFEJBBinding


@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.

Since:
10.1.3.1

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.

 

className

public abstract String className
The class name of the EJB. Defaults to the bean class on which it is declared.
Default:
""

jndiName

public abstract String jndiName
The name for jndi lookup. This defaults to the name of the EJB found by querying
Default:
""

jndiProviderUrl

public abstract String jndiProviderUrl
The provider url for the jndi service. Defaults to the jndi provider url of the application server that the EJB bean is deployed to.
Default:
""

initialContextFactory

public abstract String initialContextFactory
The context factory.
Default:
"com.evermind.server.rmi.RMIInitialContextFactory"

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.