public class EJB3Util extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EJB_INITIAL_CONTEXT_FACTORY |
static String |
EJB_JNDI_NAME |
static String |
EJB_JNDI_PASSWORD |
static String |
EJB_JNDI_USERNAME |
static String |
EJB_LOCAL_INTERFACE_NAME |
static String |
EJB_PROVIDER_URL |
static String |
EJB_REMOTE_INTERFACE_NAME |
Constructor and Description |
---|
EJB3Util() |
Modifier and Type | Method and Description |
---|---|
protected static Object |
makeNewServiceObject(MessageContext msgContext)
Return a object which implements the service.
|
public static final String EJB_JNDI_NAME
public static final String EJB_REMOTE_INTERFACE_NAME
public static final String EJB_LOCAL_INTERFACE_NAME
public static final String EJB_INITIAL_CONTEXT_FACTORY
public static final String EJB_PROVIDER_URL
public static final String EJB_JNDI_USERNAME
public static final String EJB_JNDI_PASSWORD
protected static Object makeNewServiceObject(MessageContext msgContext) throws AxisFault
msgContext
- the message contextAxisFault
- if failsCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.