|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EJBDeployException | |
---|---|
it.imolinfo.jbi4ejb.jbi.wsdl | |
it.imolinfo.jbi4ejb.runtime.ejbproxy | |
it.imolinfo.jbi4ejb.webservice.generator |
Uses of EJBDeployException in it.imolinfo.jbi4ejb.jbi.wsdl |
---|
Methods in it.imolinfo.jbi4ejb.jbi.wsdl that throw EJBDeployException | |
---|---|
static java.io.File |
Jbi4EjbSOAPExtensionsUtils.addSoapElements(java.io.File wsdl)
Creates a wsdl file, adding the SOAP extension elements. |
Uses of EJBDeployException in it.imolinfo.jbi4ejb.runtime.ejbproxy |
---|
Methods in it.imolinfo.jbi4ejb.runtime.ejbproxy that throw EJBDeployException | |
---|---|
static EJBClasses |
EJBProxyUtils.createEJBClasses(java.io.File wsdlFile,
java.util.Properties classesId,
java.io.File tempDir,
java.util.List<java.lang.String> jarFilesName,
java.lang.String remoteInterfaceName,
java.lang.String portTypeName)
Creates the EJB classes. |
static java.lang.String |
EJBProxyUtils.createEJBClasses(java.lang.String wsdlPath,
java.lang.String remoteInterfaceClassName,
java.lang.String portTypeName,
java.util.Properties classesId,
java.util.List<java.lang.String> jarFilesName)
Creates the EJB classes, creating an external temp dir (for testing pourpouse). |
static StatelessEJBProxy |
StatelessEJBProxyFactory.createEJBProxy(java.io.File wsdl,
ProviderServiceDescriptor serviceDescriptor,
java.io.File tempDir,
java.util.List<java.lang.String> jarFilesName)
Creates the StatelessEJBProxy from the service
description. |
static java.lang.Object |
EJBProxyUtils.createStatelessEJBFromCorbaName(java.lang.String corbaname,
java.lang.String remoteInterfaceName,
java.lang.ClassLoader ejbClassLoader,
org.omg.CORBA.ORB orb)
Creates the stateless EJB and the stub. |
static java.lang.Object |
EJBProxyUtils.createStatelessEJBFromJNDI(java.lang.String jndiName,
java.util.Properties jndiParams,
java.lang.String remoteInterfaceName,
java.lang.ClassLoader ejbClassLoader)
Creates the stateless EJB, using JNDI to lookup the home object. |
static java.lang.Object |
EJBProxyUtils.createStatelessEJBUsingRMIClassLoader(java.lang.String corbaname,
java.lang.String remoteInterfaceName,
java.lang.Class myRemoteInterfaceClass,
org.omg.CORBA.ORB orb)
Creates the stateless EJB and try to get a reference using the RMIClassLoader and trying to dinamically load the stub and
the paramete/return classes. |
static org.omg.CORBA.portable.ObjectImpl |
EJBProxyUtils.createStatelessHomeFromJNDI(java.lang.String jndiName,
java.util.Properties jndiParams,
java.lang.String remoteInterfaceName,
java.lang.ClassLoader ejbClassLoader)
Creates the stateless EJB, using JNDI to lookup the home object. |
static java.lang.String |
EJBProxyUtils.findRemoteInterfaceCompleteClassName(java.lang.String sourcesDir,
java.lang.String className)
Retrieve the remote interface class name from the class name (without package). |
static java.lang.Object |
EJBProxyUtils.getEJBFromCorbaHomeObject(org.omg.CORBA.Object home,
org.omg.CORBA.ORB orb,
java.lang.String remoteInterfaceName,
java.lang.ClassLoader ejbClassLoader)
Gets the EJB from corba home object. |
static java.lang.Class |
EJBProxyUtils.getInterfaceClass(java.lang.String remoteInterfaceClassName,
java.lang.String wsdlPath,
java.util.List<java.lang.String> jarFilesName)
Creates the Class interface (to narrow in the dynamic case). |
Uses of EJBDeployException in it.imolinfo.jbi4ejb.webservice.generator |
---|
Methods in it.imolinfo.jbi4ejb.webservice.generator that throw EJBDeployException | |
---|---|
static void |
EJBUtils.createStub(java.lang.String classesDir,
java.lang.String className,
java.util.List<java.lang.String> jarFilesName)
Creates the stub. |
static java.util.List<java.lang.String> |
Util.findJavaSources(java.lang.String basedir,
java.util.List<java.lang.String> exclude)
Find java sources in a directory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |