Class HttpRegistration

java.lang.Object
csw.location.api.models.Registration
csw.location.api.models.HttpRegistration
All Implemented Interfaces:
LocationSerializable, Serializable, scala.Equals, scala.Product

public final class HttpRegistration extends Registration implements scala.Product, Serializable
HttpRegistration holds information needed to register a Http service

param: port provide the port where Http service is available param: path provide the path to reach the available http service param: metadata represents additional metadata information associated with location. Defaulted to empty if not provided.

See Also: