org.apache.geronimo.jaxws.builder
Class EJBWebServiceFinder

java.lang.Object
  extended by org.apache.geronimo.jaxws.builder.EJBWebServiceFinder
All Implemented Interfaces:
WebServiceFinder

public class EJBWebServiceFinder
extends Object
implements WebServiceFinder


Constructor Summary
EJBWebServiceFinder()
           
 
Method Summary
 Map<String,PortInfo> discoverWebServices(Module module, boolean isEJB, Map correctedPortLocations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBWebServiceFinder

public EJBWebServiceFinder()
Method Detail

discoverWebServices

public Map<String,PortInfo> discoverWebServices(Module module,
                                                boolean isEJB,
                                                Map correctedPortLocations)
                                         throws DeploymentException
Specified by:
discoverWebServices in interface WebServiceFinder
Throws:
DeploymentException


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.