|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OutOfTypeSystemData | |
|---|---|
| org.apache.uima.adapter.vinci | |
| org.apache.uima.cas.impl | Implementation and Low-Level API for the CAS Interfaces. |
| Uses of OutOfTypeSystemData in org.apache.uima.adapter.vinci |
|---|
| Methods in org.apache.uima.adapter.vinci that return OutOfTypeSystemData | |
|---|---|
OutOfTypeSystemData |
CASTransportable.getOutOfTypeSystemData()
|
| Constructors in org.apache.uima.adapter.vinci with parameters of type OutOfTypeSystemData | |
|---|---|
CASTransportable(CAS cas,
OutOfTypeSystemData outOfTypeSystemData,
UimaContext uimaContext,
boolean includeDocText)
This constructor is used on the client side, where we have a dedicated CAS instance for the request. |
|
CASTransportable(CasPool casPool,
OutOfTypeSystemData outOfTypeSystemData,
UimaContext uimaContext,
boolean includeDocText)
This constructor is used on the service side - a CAS Pool reference is provided. |
|
| Uses of OutOfTypeSystemData in org.apache.uima.cas.impl |
|---|
| Methods in org.apache.uima.cas.impl with parameters of type OutOfTypeSystemData | |
|---|---|
org.xml.sax.helpers.DefaultHandler |
XCASDeserializer.getXCASHandler(CAS cas,
OutOfTypeSystemData outOfTypeSystemData)
Create a default handler for deserializing an XCAS into the cas parameter. |
void |
XCASSerializer.serialize(CAS cas,
org.xml.sax.ContentHandler contentHandler,
boolean encodeDoc,
OutOfTypeSystemData outOfTypeSystemData)
Write the CAS data to a SAX content handler. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||