Class DspCatalogHttpDispatcherExtension
java.lang.Object
org.eclipse.edc.protocol.dsp.catalog.dispatcher.DspCatalogHttpDispatcherExtension
- All Implemented Interfaces:
org.eclipse.edc.spi.system.ServiceExtension,org.eclipse.edc.spi.system.SystemExtension
@Extension("Dataspace Protocol Catalog HTTP Dispatcher Extension")
public class DspCatalogHttpDispatcherExtension
extends Object
implements org.eclipse.edc.spi.system.ServiceExtension
Creates and registers the HTTP dispatcher delegate for sending a catalog request as defined in
the dataspace protocol specification.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(org.eclipse.edc.spi.system.ServiceExtensionContext context) name()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.edc.spi.system.ServiceExtension
prepare, shutdown, start
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
DspCatalogHttpDispatcherExtension
public DspCatalogHttpDispatcherExtension()
-
-
Method Details
-
name
- Specified by:
namein interfaceorg.eclipse.edc.spi.system.SystemExtension
-
initialize
public void initialize(org.eclipse.edc.spi.system.ServiceExtensionContext context) - Specified by:
initializein interfaceorg.eclipse.edc.spi.system.ServiceExtension
-