Class Constants


  • public abstract class Constants
    extends java.lang.Object
    Some constants used by the UIMA framework.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CPP_FRAMEWORK_NAME
      Name of the UIMA C++ framework, to be used in <frameworkImplementation> element of descriptors.
      static java.lang.String JAVA_FRAMEWORK_NAME
      Name of the UIMA Java framework, to be used in <frameworkImplementation> element of descriptors.
      static java.lang.String PROTOCOL_JMS
      A constant indicating the name of the "JMS" protocol for service communication.
      static java.lang.String PROTOCOL_MAIL
      A constant indicating the name of the "Mail" protocol for service communication.
      static java.lang.String PROTOCOL_MQ
      A constant indicating the name of the "MQ" protocol for service communication.
      static java.lang.String PROTOCOL_SOAP
      Deprecated.
      SOAP protocol is no longer supported since UIMA v3.3.0.
      static java.lang.String PROTOCOL_SOAP_WITH_ATTACHMENTS
      Deprecated.
      SOAP protocol is no longer supported since UIMA v3.3.0.
      static java.lang.String PROTOCOL_VINCI
      A constant indicating the name of the "VINCI" protocol for service communication.
      static java.lang.String PROTOCOL_VINCI_BINARY_CAS
      A constant indicating the name of the "VINCI" protocol, using binary CAS serialization, for service communication.
    • Constructor Summary

      Constructors 
      Constructor Description
      Constants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PROTOCOL_SOAP

        @Deprecated
        public static final java.lang.String PROTOCOL_SOAP
        Deprecated.
        SOAP protocol is no longer supported since UIMA v3.3.0. Constant to be removed in UIMAv4.
        A constant indicating the name of the "SOAP" protocol for service communication.
        See Also:
        Constant Field Values
      • PROTOCOL_SOAP_WITH_ATTACHMENTS

        @Deprecated
        public static final java.lang.String PROTOCOL_SOAP_WITH_ATTACHMENTS
        Deprecated.
        SOAP protocol is no longer supported since UIMA v3.3.0. Constant to be removed in UIMAv4.
        A constant indicating the name of the "SOAP with Attachments" protocol for service communication.
        See Also:
        Constant Field Values
      • PROTOCOL_VINCI

        public static final java.lang.String PROTOCOL_VINCI
        A constant indicating the name of the "VINCI" protocol for service communication.
        See Also:
        Constant Field Values
      • PROTOCOL_VINCI_BINARY_CAS

        public static final java.lang.String PROTOCOL_VINCI_BINARY_CAS
        A constant indicating the name of the "VINCI" protocol, using binary CAS serialization, for service communication.
        See Also:
        Constant Field Values
      • PROTOCOL_MQ

        public static final java.lang.String PROTOCOL_MQ
        A constant indicating the name of the "MQ" protocol for service communication.
        See Also:
        Constant Field Values
      • PROTOCOL_MAIL

        public static final java.lang.String PROTOCOL_MAIL
        A constant indicating the name of the "Mail" protocol for service communication.
        See Also:
        Constant Field Values
      • PROTOCOL_JMS

        public static final java.lang.String PROTOCOL_JMS
        A constant indicating the name of the "JMS" protocol for service communication.
        See Also:
        Constant Field Values
      • JAVA_FRAMEWORK_NAME

        public static final java.lang.String JAVA_FRAMEWORK_NAME
        Name of the UIMA Java framework, to be used in <frameworkImplementation> element of descriptors.
        See Also:
        Constant Field Values
      • CPP_FRAMEWORK_NAME

        public static final java.lang.String CPP_FRAMEWORK_NAME
        Name of the UIMA C++ framework, to be used in <frameworkImplementation> element of descriptors.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Constants

        public Constants()