Uses of Class
org.openejb.config.sys.ServicesJar

Packages that use ServicesJar
org.openejb.config   
org.openejb.config.sys   
 

Uses of ServicesJar in org.openejb.config
 

Methods in org.openejb.config that return ServicesJar
static ServicesJar ServiceUtils.readServicesJar(String providerName)
          Opens the specified jar file, locates the service-jar.xml file, unmarshals it to a java object and returns it.
 

Methods in org.openejb.config with parameters of type ServicesJar
static void ServiceUtils.writeServicesJar(String xmlFile, ServicesJar servicesJarObject)
           
 

Uses of ServicesJar in org.openejb.config.sys
 

Methods in org.openejb.config.sys that return ServicesJar
static ServicesJar ServicesJar.unmarshal(Reader reader)
           
 



Copyright © 1999-2005 OpenEJB. All Rights Reserved.