|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.imolinfo.jbi4ejb.configuration.InterfaceExtractorUtil
public final class InterfaceExtractorUtil
The Class InterfaceExtractorUtil.
| Method Summary | |
|---|---|
static java.lang.String |
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> |
extractRemoteInterfaceFromJar(java.lang.String jarPath)
Extract remote interfaces from the jar. |
static java.util.List<java.lang.String> |
extractRemoteInterfacesFromEar(java.lang.String earPath)
Extract remote interfaces from ear. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.util.List<java.lang.String> extractRemoteInterfacesFromEar(java.lang.String earPath)
throws EJBWSDLGenerationException
application.xml. For each *.jar, extracts
the jar names andfore each jar extracts the remote interfaces.
earPath - The ear path
EJBWSDLGenerationException - If some problem occurs in extracting the interfaces
public static java.util.List<java.lang.String> extractRemoteInterfaceFromJar(java.lang.String jarPath)
throws EJBWSDLGenerationException
jarPath - The ear path
EJBWSDLGenerationException - If some problem occurs in extracting the interfaces
public static java.lang.String extractEarClassesInTempDirectory(java.lang.String earPath)
throws EJBWSDLGenerationException
earPath - The ear file path
EJBWSDLGenerationException - If some problem occurs in WSDL generation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||