org.ow2.util.ee.metadata.ws.api.xml.merge
Interface IClassMetadataFinder


public interface IClassMetadataFinder

The IClassMetadataFinder is an interface used during webservices.xml merging. It's used to find the classmetadata given a particular SIB link (EJB name for EjbJar or classname for servlet).

Author:
Guillaume Sauthier

Method Summary
 IWebservicesCommonClassMetadata findClassMetadata(String link)
          Find the Class metadatas relatives to a given "service implementation bean" link (aka, an EJB name when the webservice is an EJB, or a classname when the ws is a POJO)
 

Method Detail

findClassMetadata

IWebservicesCommonClassMetadata findClassMetadata(String link)
Find the Class metadatas relatives to a given "service implementation bean" link (aka, an EJB name when the webservice is an EJB, or a classname when the ws is a POJO)

Parameters:
link - sib link name
Returns:
the ClassMetadata associated to the link (may return null if no bean/class is found)


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.