|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ServiceException in org.apache.uima.adapter.vinci |
---|
Methods in org.apache.uima.adapter.vinci that throw ServiceException | |
---|---|
Transportable |
VinciBinaryAnalysisEngineService_impl.eval(Transportable doc)
Main method called by the Vinci Service Layer. |
Transportable |
VinciAnalysisEngineService_impl.eval(Transportable doc)
Main method called by the Vinci Service Layer. |
Uses of ServiceException in org.apache.uima.collection.impl.cpm.container.deployer |
---|
Methods in org.apache.uima.collection.impl.cpm.container.deployer that throw ServiceException | |
---|---|
CasData[] |
VinciTAP.analyze(CasData[] aCasList,
ProcessTrace aPT,
java.lang.String aResourceName)
Main routine that sends requests to remote vinci services. |
CasData |
VinciTAP.analyze(CasData aCas,
ProcessTrace aPT,
java.lang.String aResourceName)
Performs Analysis of the CAS by the remote vinci service Cas Processor |
AFrame |
VinciTAP.sendAndReceive(AFrame aFrame)
Send a given Vinci Frame to the remote vinci service and return result |
Uses of ServiceException in org.apache.uima.collection.impl.cpm.container.deployer.vns |
---|
Methods in org.apache.uima.collection.impl.cpm.container.deployer.vns that throw ServiceException | |
---|---|
Transportable |
LocalVNS.eval(Transportable in)
Main method called by services advertising their availability. |
Uses of ServiceException in org.apache.vinci.transport |
---|
Methods in org.apache.vinci.transport that throw ServiceException | |
---|---|
Transportable |
VinciServable.eval(Transportable in)
The eval method accepts an input document and returns an output document that is the result of performing the service. |
abstract Transportable |
VinciServableAdapter.eval(Transportable in)
|
Transportable |
BaseClient.receive()
The other 1/2 of the split RPC. |
VinciFrame |
BaseClient.rpc(Transportable query)
Same as sendAndReceive(Transportable) except for return type. |
VinciFrame |
BaseClient.rpc(Transportable query,
int timeout)
Same as sendAndReceive(Transportable, timeout) except for return type. |
static VinciFrame |
VinciClient.rpc(Transportable in,
java.lang.String service_name)
Same as VinciClient.sendAndReceive(Transportable) except for return type. |
static VinciFrame |
BaseClient.rpc(Transportable in,
java.lang.String host_name,
int p)
Convenience method for "one-shot" or "single-query" connections. |
static VinciFrame |
VinciClient.rpc(Transportable in,
java.lang.String service_name,
int timeout)
Same as VinciClient.sendAndReceive(Transportable, service_name) except it also takes a timeout value. |
static VinciFrame |
BaseClient.rpc(Transportable in,
java.lang.String host_name,
int p,
int socket_timeout)
Convenience method for "one-shot" or "single-query" connections. |
static VinciFrame |
VinciClient.rpc(Transportable in,
java.lang.String service_name,
int timeout,
int connect_timeout)
Same as VinciClient.sendAndReceive(Transportable, service_name) except it also takes socket read and socket connect timeout values. |
static VinciFrame |
BaseClient.rpc(Transportable in,
java.lang.String host_name,
int p,
int socket_timeout,
int connect_timeout)
Convenience method for "one-shot" or "single-query" connections. |
Transportable |
BaseClient.sendAndReceive(Transportable in)
Takes a transportable object, sends it across the connection, then retrieves the response and returns it. |
Transportable |
PooledVinciClient.sendAndReceive(Transportable in)
Send a request to the service and receive the response. |
Transportable |
BaseClient.sendAndReceive(Transportable in,
int timeout)
Takes a transportable object, sends it across the connection, then retrieves the response and returns it. |
Transportable |
PooledVinciClient.sendAndReceive(Transportable in,
int socketTimeout)
Send a request to the service and receive the response, using the provided socketTimeout in place of the client-provided one. |
static Transportable |
BaseClient.sendAndReceive(Transportable in,
java.lang.String host_name,
int p,
TransportableFactory f)
Convenience method for "one-shot" or "single-query" connections. |
static Transportable |
BaseClient.sendAndReceive(Transportable in,
java.lang.String host_name,
int p,
TransportableFactory f,
int socket_timeout)
Convenience method for "one-shot" or "single-query" connections with socket timeout support. |
static Transportable |
BaseClient.sendAndReceive(Transportable in,
java.lang.String host_name,
int p,
TransportableFactory f,
int socket_timeout,
int connect_timeout)
Convenience method for "one-shot" or "single-query" connections with socket timeout support & connect timeout support. |
static Transportable |
VinciClient.sendAndReceive(Transportable in,
java.lang.String service_name,
TransportableFactory factory)
Convenience method for "one-shot"/single-query connections. |
static Transportable |
VinciClient.sendAndReceive(Transportable in,
java.lang.String service_name,
TransportableFactory factory,
int socket_timeout)
Convenience method for "one-shot"/single-query connections. |
static Transportable |
VinciClient.sendAndReceive(Transportable in,
java.lang.String service_name,
TransportableFactory factory,
int socket_timeout,
int connect_timeout)
Convenience method for "one-shot"/single-query connections. |
Transportable |
BaseClient.sendAndReceive(Transportable in,
TransportableFactory f)
Same as sendAndReceive(Transportable) except the provided factory is used to create the return document in place of the default factory. |
Transportable |
PooledVinciClient.sendAndReceive(Transportable in,
TransportableFactory f)
Send a request to the service and receive the response, using the provided transportable factory in place of the client-provided one. |
Transportable |
BaseClient.sendAndReceive(Transportable in,
TransportableFactory f,
int timeout)
Same as sendAndReceive(Transportable, timeout) except the provided factory is used to create the return document in place of the default factory. |
Transportable |
PooledVinciClient.sendAndReceive(Transportable in,
TransportableFactory f,
int socketTimeout)
Send a request to the service and receive the response, using the provided transportable factory and socketTimeout in place of the client-provided ones. |
protected Transportable |
BaseClient.sendAndReceiveWork(Transportable in,
TransportableFactory f)
|
protected Transportable |
BaseClient.sendAndReceiveWork(Transportable in,
TransportableFactory f,
int timeout)
|
Uses of ServiceException in org.apache.vinci.transport.context |
---|
Methods in org.apache.vinci.transport.context that throw ServiceException | |
---|---|
VinciFrame |
VinciContext.rpc(Transportable in,
java.lang.String service_name)
See documentation for VinciClient.rpc(). |
VinciFrame |
VinciContext.rpc(Transportable in,
java.lang.String service_name,
int timeout)
See documentation for VinciClient.rpc(). |
VinciFrame |
VinciContext.rpc(Transportable in,
java.lang.String service_name,
int socket_timeout,
int connect_timeout)
See documentation for VinciClient.rpc(). |
Transportable |
VinciContext.sendAndReceive(Transportable in,
java.lang.String service_name,
TransportableFactory factory)
See documentation for VinciClient.sendAndReceive(). |
Transportable |
VinciContext.sendAndReceive(Transportable in,
java.lang.String service_name,
TransportableFactory factory,
int socket_timeout)
See documentation for VinciClient.sendAndReceive(). |
Transportable |
VinciContext.sendAndReceive(Transportable in,
java.lang.String service_name,
TransportableFactory factory,
int socket_timeout,
int connect_timeout)
See documentation for VinciClient.sendAndReceive(). |
Uses of ServiceException in org.apache.vinci.transport.document |
---|
Methods in org.apache.vinci.transport.document that throw ServiceException | |
---|---|
static AFrame |
AFrame.rpc(Transportable in,
java.lang.String service_name)
|
static AFrame |
AFrame.rpc(Transportable in,
java.lang.String service_name,
int socket_timeout)
|
static AFrame |
AFrame.rpc(Transportable in,
java.lang.String service_name,
int socket_timeout,
int connect_timeout)
|
static AFrame |
XMLToVinci.xmlToAFrame(java.io.Reader r)
Convert the XML document (provided as a Reader) to the AFrame document model. |
static Transportable |
XMLToVinci.xmlToTransportable(java.io.Reader r,
Transportable empty)
Populate the empty document with the XML yielded by the provided reader. |
static VinciFrame |
XMLToVinci.xmlToVinciFrame(java.io.Reader r)
Convert the XML document (provided as a Reader) to a VinciFrame document model. |
static void |
XMLToXTalk.xmlToXTalk(java.io.Reader r,
java.lang.String filename,
boolean purgeWhitespace,
java.lang.String xml_filename)
Right now we assume there are NO processing instructions. |
Uses of ServiceException in org.apache.vinci.transport.vns.service |
---|
Methods in org.apache.vinci.transport.vns.service that throw ServiceException | |
---|---|
Transportable |
VNS.eval(Transportable inp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |