Package org.apache.uima
Class Constants
java.lang.Object
org.apache.uima.Constants
Some constants used by the UIMA framework.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Name of the UIMA C++ framework, to be used in <frameworkImplementation> element of descriptors.static final String
Name of the UIMA Java framework, to be used in <frameworkImplementation> element of descriptors.static final String
A constant indicating the name of the "JMS" protocol for service communication.static final String
A constant indicating the name of the "Mail" protocol for service communication.static final String
A constant indicating the name of the "MQ" protocol for service communication.static final String
Deprecated.SOAP protocol is no longer supported since UIMA v3.3.0.static final String
Deprecated.SOAP protocol is no longer supported since UIMA v3.3.0.static final String
A constant indicating the name of the "VINCI" protocol for service communication.static final String
A constant indicating the name of the "VINCI" protocol, using binary CAS serialization, for service communication. -
Constructor Summary
-
Method Summary
-
Field Details
-
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:
-
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:
-
PROTOCOL_VINCI
A constant indicating the name of the "VINCI" protocol for service communication.- See Also:
-
PROTOCOL_VINCI_BINARY_CAS
A constant indicating the name of the "VINCI" protocol, using binary CAS serialization, for service communication.- See Also:
-
PROTOCOL_MQ
A constant indicating the name of the "MQ" protocol for service communication.- See Also:
-
PROTOCOL_MAIL
A constant indicating the name of the "Mail" protocol for service communication.- See Also:
-
PROTOCOL_JMS
A constant indicating the name of the "JMS" protocol for service communication.- See Also:
-
JAVA_FRAMEWORK_NAME
Name of the UIMA Java framework, to be used in <frameworkImplementation> element of descriptors.- See Also:
-
CPP_FRAMEWORK_NAME
Name of the UIMA C++ framework, to be used in <frameworkImplementation> element of descriptors.- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-