|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4ejb.webservice.generator.DynamicEJBWSDLGenerator
public final class DynamicEJBWSDLGenerator
Utility class to generate the service WSDL.
Method Summary | |
---|---|
static java.lang.String |
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.Hashtable |
getClassesID(java.lang.String remoteInterface,
java.lang.String ejbJarPath)
Gets the UID from the classes used by the remote interface. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String generateWSDLFromRemoteInterface(java.lang.String remoteInterfaceClassName, java.lang.String ejbJarPath, WSDLDescriptor descriptor) throws EJBWSDLGenerationException
remoteInterfaceClassName
- The rermote interface class nameejbJarPath
- the ejb-jar pathdescriptor
- The WSDLDescriptor
EJBWSDLGenerationException
- If some problem occurspublic static java.util.Hashtable getClassesID(java.lang.String remoteInterface, java.lang.String ejbJarPath) throws EJBWSDLGenerationException
remoteInterface
- The remote interfaceejbJarPath
- The complete ejb-jar path
EJBWSDLGenerationException
- If some error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |