org.objectweb.jonas_ws.wsgen.finder
Class GeneralWSFinder

java.lang.Object
  extended by org.objectweb.jonas_ws.wsgen.finder.GeneralWSFinder
All Implemented Interfaces:
J2EEWebServicesFinder

public class GeneralWSFinder
extends java.lang.Object
implements J2EEWebServicesFinder

GeneralWSFinder is a wrapper for ear and other J2EE module types.

Author:
Guillaume Sauthier

Constructor Summary
GeneralWSFinder(J2EEArchive archive)
          Creates a WSFinder suitable for all types of modules.
 
Method Summary
 boolean find()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralWSFinder

public GeneralWSFinder(J2EEArchive archive)
Creates a WSFinder suitable for all types of modules.

Parameters:
archive - Explored archive.
Method Detail

find

public boolean find()
Specified by:
find in interface J2EEWebServicesFinder
Returns:
Returns true if webservices have been found.
See Also:
J2EEWebServicesFinder.find()