Airport Flight Information Publication service is part of a series of services that help automate the A-CDM process at a CDM Airport.
This service concerns the publication of flight information to all A-CDM Partners that need it.
In particular, this service provides publication under subscription of inbound flights, landing in the airport; outbound flights, taking off from the airport; and their system generated alerts, here called Flight Alerts.
ProvidedAirportFlightInformationPublication contains the subscription and unsubscription operations and is instantiated by the service provider and used by the service consumer to access the service interface definition operations.
This interface implements Synchronous Request/Response MEP in order to enable un/subscriptions.
The following diagram illustrates a visual representation of the ProvidedAirportFlightInformationPublicationSetting wsdl.
The ProvidedAirportFlightInformationPublication interface provides means to:
The following describes the service operations:
Signature | subscribeInboundFlight ( inboundFlightSubscriptionRequest: InboundFlightSubscriptionRequest ) : InboundFlightSubscriptionResponse |
---|---|
Description | Subscribe to inbound flight information |
Signature | unsubscribeInboundFlight ( inboundFlightUnsubscriptionRequest: InboundFlightUnsubscriptionRequest ) : InboundFlightUnsubscriptionResponse |
---|---|
Description | Un-subscribe from inbound flight information |
Signature | subscribeOutboundFlight ( outboundFlightSubscriptionRequest: OutboundFlightSubscriptionRequest ) : OutboundFlightSubscriptionResponse |
---|---|
Description | Subscribe to outbound flight information |
Signature | unsubscribeOutboundFlight ( outboundFlightUnsubscriptionRequest: OutboundFlightUnsubscriptionRequest ) : OutboundFlightUnsubscriptionResponse |
---|---|
Description | Un-subscribe from Outbound flight information |
Signature | subscribeFlightAlert ( flightAlertSubscriptionRequest: FlightAlertSubscriptionRequest ) : FlightAlertSubscriptionResponse |
---|---|
Description | Subscribe to flight alerts |
Signature | unsubscribeFlightAlert ( flightAlertUnsubscriptionRequest: FlightAlertUnsubscriptionRequest ) : FlightAlertUnsubscriptionResponse |
---|---|
Description | Un-subscribe from flight alerts |