|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.util.WSIFUtils
org.apache.wsif.providers.jca.WSIFUtils_JCA
public class WSIFUtils_JCA
A utility class with methods simplifying the JNDI lookup of a ConnectionFactory.
Constructor Summary | |
---|---|
WSIFUtils_JCA()
|
Method Summary | |
---|---|
static java.lang.String |
getJNDILookupName(javax.wsdl.Service service,
javax.wsdl.Port port)
Returns the default lookup name created from the Service namespace, Service name and Port name. |
static ConnectionFactory |
lookupConnectionFactory(java.lang.String res_ref_name,
java.lang.String res_type)
Returns a Connection Factory from the JNDI context. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSIFUtils_JCA()
Method Detail |
---|
public static java.lang.String getJNDILookupName(javax.wsdl.Service service, javax.wsdl.Port port)
service
- port
-
public static ConnectionFactory lookupConnectionFactory(java.lang.String res_ref_name, java.lang.String res_type)
res_type
, null is returned.
res_ref_name
- res_type
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |