|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4ejb.webservice.generator.WSDLGenerator
public final class WSDLGenerator
Class to generate WSDL file with Jbi4Ejb extensions.
Method Summary | |
---|---|
static java.io.File |
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 |
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 |
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.util.Properties |
getClassesID(java.lang.String remoteInterface,
java.io.File classesDir)
Gets the classes ID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.io.File createWsdlFromJar(java.lang.String className, java.lang.String ejbJarPath, java.lang.String wsdlFileName, WSDLDescriptor descriptor, java.io.File tempDir) throws EJBWSDLGenerationException
className
- The interface class nameejbJarPath
- The ejb jar pathwsdlFileName
- The WSDL filename (to create)descriptor
- The WSDL descriptortempDir
- The temporary directory to use
EJBWSDLGenerationException
- If some problem occurspublic static java.io.File createWsdlFromEar(java.lang.String className, java.lang.String earJarPath, java.lang.String wsdlFileName, WSDLDescriptor descriptor) throws EJBWSDLGenerationException
className
- The interface class nameearJarPath
- The ear jar pathwsdlFileName
- The WSDL filename (to create)descriptor
- The WSDL descriptor
EJBWSDLGenerationException
- If some problem occurspublic static java.io.File createWsdlFromClassesDirectory(java.lang.String className, java.io.File classesDirectory, java.lang.String wsdlFileName, WSDLDescriptor descriptor, java.io.File tempDir) throws EJBWSDLGenerationException
className
- The interface class nameclassesDirectory
- The directory where the classes arewsdlFileName
- The WSDL filename (to create)descriptor
- The WSDL descriptortempDir
- The temporary directory to use
EJBWSDLGenerationException
- If some problem occurspublic static java.util.Properties getClassesID(java.lang.String remoteInterface, java.io.File classesDir) throws EJBWSDLGenerationException
remoteInterface
- The remote interfaceclassesDir
- Where the classes are
EJBWSDLGenerationException
- If some problem occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |