|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.uima.Constants
public abstract class Constants
Some constants used by the UIMA framework.
| Field Summary | |
|---|---|
static String |
CPP_FRAMEWORK_NAME
Name of the UIMA C++ framework, to be used in <frameworkImplementation> element of descriptors. |
static String |
JAVA_FRAMEWORK_NAME
Name of the UIMA Java framework, to be used in <frameworkImplementation> element of descriptors. |
static String |
PROTOCOL_JMS
A constant indicating the name of the "JMS" protocol for service communication. |
static String |
PROTOCOL_MAIL
A constant indicating the name of the "Mail" protocol for service communication. |
static String |
PROTOCOL_MQ
A constant indicating the name of the "MQ" protocol for service communication. |
static String |
PROTOCOL_SOAP
A constant indicating the name of the "SOAP" protocol for service communication. |
static String |
PROTOCOL_SOAP_WITH_ATTACHMENTS
A constant indicating the name of the "SOAP with Attachments" protocol for service communication. |
static String |
PROTOCOL_VINCI
A constant indicating the name of the "VINCI" protocol for service communication. |
static String |
PROTOCOL_VINCI_BINARY_CAS
A constant indicating the name of the "VINCI" protocol, using binary CAS serialization, for service communication. |
| Constructor Summary | |
|---|---|
Constants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROTOCOL_SOAP
public static final String PROTOCOL_SOAP_WITH_ATTACHMENTS
public static final String PROTOCOL_VINCI
public static final String PROTOCOL_VINCI_BINARY_CAS
public static final String PROTOCOL_MQ
public static final String PROTOCOL_MAIL
public static final String PROTOCOL_JMS
public static final String JAVA_FRAMEWORK_NAME
public static final String CPP_FRAMEWORK_NAME
| Constructor Detail |
|---|
public Constants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||