Overview

References

Service Definition

The following diagram illustrates a visual representation of the RequiredAirportFlightInformationPublication.wsdl wsdl.



The RequiredAirportFlightInformationPublication interface provides means to:

  • Push flight alert information to subscribers, though the pushFlightAlert service interface operation.
  • Push inbound flight information to subscribers, through the pushInboundFlight service interface operation.
  • Push outbound flight information to subscribers, through the pushOutboundFlight service interface operation.


The publication always contains the full message, even when a single data element is changed.

Operations

The following describes the service operations:

  

  • pushFlightInbound 

 

Signature

 pushFlightInbound ( inboundFlight: InboundFlight  ) 

Description

The inbound flight information

 

  • pushFlightOutbound 

 

Signature

 pushFlightOutbound ( outboundFlight: OutboundFlight  ) 

Description

The outbound flight information

 

  • pushFlightAlert

 

Signature

 pushFlightAlert ( flightAlert: FlightAlert ) 

Description

The flight alert information

 


  • No labels