xmlBlaster 2.2.0 API

org.xmlBlaster.j2ee.util
Class JacorbUtil

java.lang.Object
  extended by org.xmlBlaster.j2ee.util.JacorbUtil

public class JacorbUtil
extends java.lang.Object

Helpers class to work with Jacorb in embedded J2EE environment.

Version:
$Revision: 1.2 $
Author:
Peter Antman

Field Summary
private static java.util.logging.Logger log
           
private static java.lang.String ME
           
 
Constructor Summary
JacorbUtil()
           
 
Method Summary
static void loadJacorbProperties(java.lang.String fileName, Global glob)
          Load the given jacorb properties file from the context classloader and put it into the given global.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static java.util.logging.Logger log

ME

private static final java.lang.String ME
See Also:
Constant Field Values
Constructor Detail

JacorbUtil

public JacorbUtil()
Method Detail

loadJacorbProperties

public static void loadJacorbProperties(java.lang.String fileName,
                                        Global glob)
                                 throws XmlBlasterException
Load the given jacorb properties file from the context classloader and put it into the given global. Jacorb is not capable of finding its jacorb.properties in the context classpath (actually it uses the system classloader.) Remember that jacorb.properties is in xmlBlaster.jar.

Throws:
XmlBlasterException

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.