public class HermesUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
HERMES_CONFIG_XML |
Constructor and Description |
---|
HermesUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
defaultHermesJMSPath() |
static void |
flushHermesCache() |
static hermes.Hermes |
getHermes(WsdlProject project,
String sessionName) |
static Context |
hermesContext(WsdlProject project) |
static Context |
hermesContext(WsdlProject project,
String hermesConfigPath) |
static boolean |
isHermesJMSSupported() |
static void |
setHermesJMSPath(String path) |
public static String HERMES_CONFIG_XML
public static Context hermesContext(WsdlProject project) throws NamingException, MalformedURLException, IOException
public static Context hermesContext(WsdlProject project, String hermesConfigPath) throws NamingException, MalformedURLException, IOException
public static void flushHermesCache()
public static String defaultHermesJMSPath()
public static void setHermesJMSPath(String path)
public static hermes.Hermes getHermes(WsdlProject project, String sessionName) throws NamingException
project
- sessionName
- NamingException
public static boolean isHermesJMSSupported()
Copyright © 2019. All Rights Reserved.