Class AnnotationsWebServiceScannerPlugin
java.lang.Object
io.vertigo.vega.plugins.webservice.scanner.annotations.AnnotationsWebServiceScannerPlugin
- All Implemented Interfaces:
io.vertigo.core.node.component.CoreComponent,io.vertigo.core.node.component.Plugin,WebServiceScannerPlugin
public final class AnnotationsWebServiceScannerPlugin
extends Object
implements WebServiceScannerPlugin
- Author:
- npiedeloup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscanWebService(Class<? extends WebServices> webServicesClass) Scan WebService class, looking for WebServiceDefinitions.
-
Constructor Details
-
AnnotationsWebServiceScannerPlugin
public AnnotationsWebServiceScannerPlugin()
-
-
Method Details
-
scanWebService
Scan WebService class, looking for WebServiceDefinitions.- Specified by:
scanWebServicein interfaceWebServiceScannerPlugin- Parameters:
webServicesClass- Class to scan- Returns:
- List of WebServiceDefinition found
-