java.lang.Object
com.inductiveautomation.ignition.client.gateway_interface.GatewayInterface
All Implemented Interfaces:
GatewayConstants

public class GatewayInterface extends Object implements GatewayConstants
The GatewayInterface provides an interface for all Client and Designer communication with the gateway. It uses an XML formatted message sent over HTTP to the "Gateway" servlet on the Ignition gateway (located at http://ip.address/[context]/system/gateway).

This class knows how to encode messages (via the various createMessage functions) and parses the response into a GatewayResponse object. It also handles cookie tracking for session management.