Class HTTPSTransport

  • All Implemented Interfaces:
    GSIConstants, GSIConstants

    public class HTTPSTransport
    extends GSIHTTPTransport
    Extends Transport by implementing the setupMessageContext function to set HTTP-specific message context fields and transport chains. May not even be necessary if we arrange things differently somehow. Can hold state relating to URL properties.
    This code is based on Axis HTTPTransport.java code.
    • Field Detail

      • DEFAULT_TRANSPORT_NAME

        public static final java.lang.String DEFAULT_TRANSPORT_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • HTTPSTransport

        public HTTPSTransport()
      • HTTPSTransport

        public HTTPSTransport​(java.lang.String url,
                              java.lang.String action)
        helper constructor