psdi.iface.router

Class COSHandler

  • All Implemented Interfaces:
    RouterHandler


    public class COSHandler
    extends BaseRouterHandler
    HTTPHandler supports both HTTP POST and GET to a given url. It Supports both HTTP and HTTPS. HTTPHandler sends data in a format Content-Type = text/xml [for POST]. There is no userinteraction such as popping a dialog box as the property "allowUserInteraction" is set to false. The protocol must always try to get a fresh copy of the object as the property "useCaches" is set to false. This Class extends the BaseRouterHandler class.
    • Constructor Detail

      • COSHandler

        public COSHandler(MaxEndPointInfo endPointInfo)
        Parameters:
        endPointInfo -
      • COSHandler

        public COSHandler()
    • Method Detail

      • getProperties

        public java.util.List getProperties()
        Returns:
        the List of supported properties.
      • getUrl

        public java.lang.String getUrl()
        Returns:
        url to connect to.