Uses of Class
org.apache.vinci.transport.VinciFrame
-
-
Uses of VinciFrame in org.apache.uima.adapter.vinci
Fields in org.apache.uima.adapter.vinci declared as VinciFrame Modifier and Type Field Description private VinciFrameCASTransportable. extraDataFrameMethods in org.apache.uima.adapter.vinci that return VinciFrame Modifier and Type Method Description VinciFrameCASTransportable. getExtraDataFrame()Gets the extra data frame. -
Uses of VinciFrame in org.apache.uima.adapter.vinci.util
Methods in org.apache.uima.adapter.vinci.util with parameters of type VinciFrame Modifier and Type Method Description protected voidVinciSaxParser. _parse(VinciFrame aFrame)Parses the.voidVinciSaxParser. parse(VinciFrame aFrame)Parses the.voidVinciSaxParser. parse(VinciFrame aFrame, boolean aSendStartAndEndDocEvents)Parses the. -
Uses of VinciFrame in org.apache.uima.collection.impl.cpm.container.deployer.vns
Methods in org.apache.uima.collection.impl.cpm.container.deployer.vns with parameters of type VinciFrame Modifier and Type Method Description private VinciServiceInfoVNSQuery.VinciVNSQuery. getServiceInfo(VinciFrame aServiceFrame)Copy service information from Vinci frame. -
Uses of VinciFrame in org.apache.uima.collection.impl.cpm.vinci
Methods in org.apache.uima.collection.impl.cpm.vinci that return VinciFrame Modifier and Type Method Description VinciFrameVinci. replyWithError(java.lang.String errorMsg)Creates and populates an error frame.Methods in org.apache.uima.collection.impl.cpm.vinci with parameters of type VinciFrame Modifier and Type Method Description static AFrameVinci. replyWithAnalysis(BaseClient conn, VinciFrame requestFrame)Package theVinciFramecontaining result of the requested operation into a Vinci Data frame.static AFrameVinci. replyWithAnalysis(VinciClient conn, VinciFrame requestFrame)Package theVinciFramecontaining result of the requested operation into a Vinci Data frame.static java.lang.StringVinci. stripVinciFrame(VinciFrame aFrame)Returns a content from a given VinciFrame. -
Uses of VinciFrame in org.apache.vinci.transport
Subclasses of VinciFrame in org.apache.vinci.transport Modifier and Type Class Description classAttributesClass for representing a list of attributes for an XML element.classErrorFrameThis is a special VinciFrame that simplifies returning error or exceptional conditions.Methods in org.apache.vinci.transport that return VinciFrame Modifier and Type Method Description VinciFrameVinciFrame. fdrop(java.lang.String key)Remove all elements whose tag name matches the provided key (if any) from the top level of this frame.VinciFrameVinciFrame. fdropFirst(java.lang.String key)Remove only the first element whose tag name matches the specified key (if any) from the top level of this frame.VinciFrameVinciFrame. fgetVinciFrame(java.lang.String key)Convenience method for fetching sub-frames when their type is known to be VinciFrameVinciFrameAttributes. fset(java.lang.String key, Frame val)This method throws an unchecked exception since you should never add non-leaf valued attributes.VinciFrameVinciFrame. fset(java.lang.String key, boolean val)Change the value associated with the first occurence of the given key to val.VinciFrameVinciFrame. fset(java.lang.String key, byte[] bin)Change the value associated with the first occurence of the given key to val.VinciFrameVinciFrame. fset(java.lang.String key, double val)Change the value associated with the first occurence of the given key to val.VinciFrameVinciFrame. fset(java.lang.String key, int val)Change the value associated with the first occurence of the given key to val.VinciFrameVinciFrame. fset(java.lang.String key, int[] val)Change the value associated with the first occurence of the given key to val.VinciFrameVinciFrame. fset(java.lang.String key, long val)Change the value associated with the first occurence of the given key to val.VinciFrameVinciFrame. fset(java.lang.String key, java.lang.String val)Change the value associated with first occurence of the given key to val.VinciFrameVinciFrame. fset(java.lang.String key, Frame val)Change the value associated with the first occurence of the given key to val.VinciFrameVinciFrame. fsetTrueBinary(java.lang.String key, byte[] bin)Change the value associated with the first occurence of the given key to val.VinciFrameBaseClient. rpc(Transportable query)Same as sendAndReceive(Transportable) except for return type.VinciFrameBaseClient. rpc(Transportable query, int timeout)Same as sendAndReceive(Transportable, timeout) except for return type.static VinciFrameBaseClient. rpc(Transportable in, java.lang.String host_name, int p)Convenience method for "one-shot" or "single-query" connections.static VinciFrameBaseClient. rpc(Transportable in, java.lang.String host_name, int p, int socket_timeout)Convenience method for "one-shot" or "single-query" connections.static VinciFrameBaseClient. 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.static VinciFrameVinciClient. rpc(Transportable in, java.lang.String service_name)Same as VinciClient.sendAndReceive(Transportable) except for return type.static VinciFrameVinciClient. 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 VinciFrameVinciClient. 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 VinciFrameVinciFrame. toVinciFrame(Transportable t)Create a VinciFrame that is a (deep) copy of the given transportable. -
Uses of VinciFrame in org.apache.vinci.transport.context
Methods in org.apache.vinci.transport.context that return VinciFrame Modifier and Type Method Description VinciFrameVinciContext. rpc(Transportable in, java.lang.String service_name)See documentation for VinciClient.rpc().VinciFrameVinciContext. rpc(Transportable in, java.lang.String service_name, int timeout)See documentation for VinciClient.rpc().VinciFrameVinciContext. rpc(Transportable in, java.lang.String service_name, int socket_timeout, int connect_timeout)See documentation for VinciClient.rpc(). -
Uses of VinciFrame in org.apache.vinci.transport.document
Subclasses of VinciFrame in org.apache.vinci.transport.document Modifier and Type Class Description classAFrameThis class is a VinciFrame with extensions for support of XML attributes.Methods in org.apache.vinci.transport.document that return VinciFrame Modifier and Type Method Description static VinciFrameXMLToVinci. xmlToVinciFrame(java.io.Reader r)Convert the XML document (provided as a Reader) to a VinciFrame document model. -
Uses of VinciFrame in org.apache.vinci.transport.vns.service
Methods in org.apache.vinci.transport.vns.service that return VinciFrame Modifier and Type Method Description (package private) VinciFrameVNS. addAlias(VinciFrame in)(package private) VinciFrameVNS. addService(VinciFrame in)(package private) VinciFrameVNS. delAlias(VinciFrame in)(package private) VinciFrameVNS. delService(VinciFrame in)(package private) VinciFrameVNS. getFrame(boolean ok, java.lang.String err)(package private) VinciFrameVNS. getHits(VinciFrame in)(package private) VinciFrameVNS. getList(VinciFrame in)(package private) VinciFrameVNS. getNames(VinciFrame in)(package private) VinciFrameVNS. resolve(VinciFrame in)(package private) VinciFrameVNS. resolveDefaults(VinciFrame in)(package private) VinciFrameVNS. resolveLocal(VinciFrame in)(package private) VinciFrameVNS. resolveProxy(VinciFrame in, java.lang.String workspace)(package private) VinciFrameVNS. serveon(VinciFrame in)(package private) VinciFrameVNS. updateService(VinciFrame in)Methods in org.apache.vinci.transport.vns.service with parameters of type VinciFrame Modifier and Type Method Description (package private) VinciFrameVNS. addAlias(VinciFrame in)(package private) VinciFrameVNS. addService(VinciFrame in)private voidNameClient. checkError(VinciFrame in)(package private) VinciFrameVNS. delAlias(VinciFrame in)(package private) VinciFrameVNS. delService(VinciFrame in)(package private) VinciFrameVNS. getHits(VinciFrame in)(package private) VinciFrameVNS. getList(VinciFrame in)(package private) VinciFrameVNS. getNames(VinciFrame in)(package private) VinciFrameVNS. resolve(VinciFrame in)(package private) VinciFrameVNS. resolveDefaults(VinciFrame in)(package private) VinciFrameVNS. resolveLocal(VinciFrame in)(package private) VinciFrameVNS. resolveProxy(VinciFrame in, java.lang.String workspace)(package private) VinciFrameVNS. serveon(VinciFrame in)private voidNameClient. smartAdd(VinciFrame req, java.lang.String tag, java.lang.String val)static voidNameClient. smFrameAdd(VinciFrame v, java.lang.String tag, java.lang.String val)(package private) VinciFrameVNS. updateService(VinciFrame in)
-