org.objectweb.jonas_ws.wsgen.finder
Class WebServicesXmlFinder

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

public class WebServicesXmlFinder
extends java.lang.Object
implements J2EEWebServicesFinder

WebServicesXmlFinder finds out if there is any webservices.xml within the given J2EEArchive.

Author:
Guillaume Sauthier

Constructor Summary
WebServicesXmlFinder(J2EEArchive archive)
          Constructs a WebServicesXmlFinder that will explore the given J2EEArchive.
 
Method Summary
 boolean find()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServicesXmlFinder

public WebServicesXmlFinder(J2EEArchive archive)
Constructs a WebServicesXmlFinder that will explore the given J2EEArchive.

Parameters:
archive - archive to explore.
Method Detail

find

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