Public Member Functions | |
| JOnASEJBProvider () | |
Static Public Attributes | |
| final String | OPTION_SEINTERFACENAME = "serviceEndpointInterfaceName" |
| final String | OPTION_SEJNDINAME = "serviceEndpointJndiName" |
Protected Member Functions | |
| Object | makeNewServiceObject (MessageContext msgContext, String seiName) throws Exception |
| Object | invokeMethod (MessageContext msgContext, Method method, Object obj, Object[] argValues) throws Exception |
| String | getServiceClassNameOptionName () |
Definition at line 52 of file JOnASEJBProvider.java.
|
|
Create a new JOnASEJBProvider Definition at line 77 of file JOnASEJBProvider.java. |
|
|
Override the default implementation
Definition at line 145 of file JOnASEJBProvider.java. |
|
||||||||||||||||||||
|
Override the default implementation : create a SecurityContext from username and password
Definition at line 129 of file JOnASEJBProvider.java. |
|
||||||||||||
|
Override the default implementation Return a object which implements the service.
Definition at line 91 of file JOnASEJBProvider.java. References org.objectweb.jonas_ejb.container.JServiceEndpointHome.create(), org.objectweb.jonas.ws.axis.JOnASEJBProvider.OPTION_SEINTERFACENAME, org.objectweb.jonas.ws.axis.JOnASEJBProvider.OPTION_SEJNDINAME, and org.objectweb.jonas_ejb.container.JServiceEndpoint.setMessageContext(). |
Here is the call graph for this function:

|
|
parameter service-endpoint class name Definition at line 62 of file JOnASEJBProvider.java. Referenced by org.objectweb.jonas.ws.axis.JOnASEJBProvider.makeNewServiceObject(). |
|
|
parameter service-endpoint JNDI name Definition at line 67 of file JOnASEJBProvider.java. Referenced by org.objectweb.jonas.ws.axis.JOnASEJBProvider.makeNewServiceObject(). |
1.3.9.1