Uses of Class
it.imolinfo.jbi4ejb.exception.EJBWSDLGenerationException

Packages that use EJBWSDLGenerationException
it.imolinfo.jbi4ejb.configuration   
it.imolinfo.jbi4ejb.runtime.ejbproxy   
it.imolinfo.jbi4ejb.webservice.generator   
 

Uses of EJBWSDLGenerationException in it.imolinfo.jbi4ejb.configuration
 

Methods in it.imolinfo.jbi4ejb.configuration that throw EJBWSDLGenerationException
static java.lang.String InterfaceExtractorUtil.extractEarClassesInTempDirectory(java.lang.String earPath)
          Extract all the ear classes in a temporary directory, to generate the WSDL.
static java.util.List<java.lang.String> InterfaceExtractorUtil.extractRemoteInterfaceFromJar(java.lang.String jarPath)
          Extract remote interfaces from the jar.
static java.util.List<java.lang.String> InterfaceExtractorUtil.extractRemoteInterfacesFromEar(java.lang.String earPath)
          Extract remote interfaces from ear.
 

Uses of EJBWSDLGenerationException in it.imolinfo.jbi4ejb.runtime.ejbproxy
 

Methods in it.imolinfo.jbi4ejb.runtime.ejbproxy that throw EJBWSDLGenerationException
static StatelessEJBProxy StatelessEJBProxyFactory.getEJBFromCorbaname(java.lang.String wsdlPath, java.lang.String remoteInterfaceClassName, java.lang.String corbaName, java.util.Properties classesId, java.util.List<java.lang.String> jarFilesName, java.util.Properties orbParams)
          Gets the EJB from corbaname.
static StatelessEJBProxy StatelessEJBProxyFactory.getEJBFromCorbaname(java.lang.String wsdlPath, java.lang.String remoteInterfaceClassName, java.lang.String corbaName, java.util.Properties classesId, java.util.List<java.lang.String> jarFilesName, java.util.Properties orbParams, boolean dynamicClassLoading)
          Instantiates a new dynamic EJB client.
static StatelessEJBProxy StatelessEJBProxyFactory.getEJBFromCorbanameUsingRMIClassloader(java.lang.String wsdlPath, java.lang.String remoteInterfaceClassName, java.lang.String corbaName, java.util.Properties classesId, java.util.List<java.lang.String> jarFilesName, java.util.Properties orbParams)
          Gets the EJB from corbaname using RMI classloader.
static StatelessEJBProxy StatelessEJBProxyFactory.getEJBFromJNDIName(java.lang.String wsdlPath, java.lang.String remoteInterfaceClassName, java.lang.String jndiName, java.util.Properties jndiParams, java.util.Properties orbProperties, java.util.Properties classesId, java.util.List<java.lang.String> jarFilesName)
          Instantiates a new dynamic EJB proxy.
 

Uses of EJBWSDLGenerationException in it.imolinfo.jbi4ejb.webservice.generator
 

Methods in it.imolinfo.jbi4ejb.webservice.generator that throw EJBWSDLGenerationException
static java.io.File WSDLGenerator.createWsdlFromClassesDirectory(java.lang.String className, java.io.File classesDirectory, java.lang.String wsdlFileName, WSDLDescriptor descriptor, java.io.File tempDir)
          Creates the wsdl interface, getting the classes from a directory.
static java.io.File WSDLGenerator.createWsdlFromEar(java.lang.String className, java.lang.String earJarPath, java.lang.String wsdlFileName, WSDLDescriptor descriptor)
          Creates the wsdl interface, getting the classes from a Ear.
static java.io.File WSDLGenerator.createWsdlFromJar(java.lang.String className, java.lang.String ejbJarPath, java.lang.String wsdlFileName, WSDLDescriptor descriptor, java.io.File tempDir)
          Creates the wsdl interface, getting the classes from the jar.
static java.lang.String DynamicEJBWSDLGenerator.generateWSDLFromRemoteInterface(java.lang.String remoteInterfaceClassName, java.lang.String ejbJarPath, WSDLDescriptor descriptor)
          Creates the WSDL for the remote interface, using the jar passed.
static java.util.Properties WSDLGenerator.getClassesID(java.lang.String remoteInterface, java.io.File classesDir)
          Gets the classes ID.
static java.util.Hashtable DynamicEJBWSDLGenerator.getClassesID(java.lang.String remoteInterface, java.lang.String ejbJarPath)
          Gets the UID from the classes used by the remote interface.
 



Copyright © 2007-2008 Imola Informatica. All Rights Reserved.