Package org.apache.uima
Class Constants
java.lang.Object
org.apache.uima.Constants
Some constants used by the UIMA framework.
-
Field Summary
FieldsModifier 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
A constant indicating the name of the "SOAP" protocol for service communication.static final String
A constant indicating the name of the "SOAP with Attachments" protocol for service communication.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
Constructors -
Method Summary
-
Field Details
-
PROTOCOL_SOAP
A constant indicating the name of the "SOAP" protocol for service communication.- See Also:
-
PROTOCOL_SOAP_WITH_ATTACHMENTS
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()
-