Class Service

  • Direct Known Subclasses:
    HrefService, StorageService

    public class Service
    extends java.lang.Object
    A base class for various XFA related services.
    • Constructor Summary

      Constructors 
      Constructor Description
      Service()
      Instantiates a service.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setOption​(java.lang.String optionName, java.lang.String optionValue, boolean bCritical)
      Sets an option.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Service

        public Service()
        Instantiates a service.
    • Method Detail

      • setOption

        public void setOption​(java.lang.String optionName,
                              java.lang.String optionValue,
                              boolean bCritical)
        Sets an option.
        Parameters:
        optionName - the name of the option.
        optionValue - the value of the option.
        bCritical - disallow further modification of this option.