Uses of Class
org.apache.vinci.transport.FrameComponent
-
Packages that use FrameComponent Package Description org.apache.vinci.transport org.apache.vinci.transport.document org.apache.vinci.transport.vns.client -
-
Uses of FrameComponent in org.apache.vinci.transport
Subclasses of FrameComponent 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.classFrameFrame is an abstract class that is intended to be extended to implement a simple & lean (restricted) XML document model.classFrameLeafClass encapsulating leaf data from a Frame.classQueryableFrameQueryableFrame is a decorator class that extends Frame.classVinciFrameThis is the "default" document class for use with the Vinci client and servable classes.Fields in org.apache.vinci.transport declared as FrameComponent Modifier and Type Field Description (package private) FrameComponentKeyValuePair. valueMethods in org.apache.vinci.transport that return FrameComponent Modifier and Type Method Description abstract FrameComponentQueryableFrame. fgetFirst(java.lang.String key)This method must be implemented so that it returns only the FIRST value paired with the specified key.FrameComponentVinciFrame. fgetFirst(java.lang.String key)Implementation of the abstract fgetFirst method defined in QueryableFrame.FrameComponentKeyValuePair. getValue()Methods in org.apache.vinci.transport with parameters of type FrameComponent Modifier and Type Method Description voidFrame. add(java.lang.String tag, FrameComponent val)Add a tagged value to this frame (value is either a Frame or FrameLeaf).voidVinciFrame. add(java.lang.String key, FrameComponent val)Implementation of the abstract Frame method.private java.lang.StringFrame. attributeString(FrameComponent c)Helper method used by toXML()protected voidVinciFrame. set(java.lang.String key, FrameComponent val)Change the value associated with the first occurence of the given key to val.Constructors in org.apache.vinci.transport with parameters of type FrameComponent Constructor Description KeyValuePair(java.lang.String mykey, FrameComponent myvalue) -
Uses of FrameComponent in org.apache.vinci.transport.document
Subclasses of FrameComponent in org.apache.vinci.transport.document Modifier and Type Class Description classAFrameThis class is a VinciFrame with extensions for support of XML attributes.classAFrameLeafThis class extends FrameLeaf with ability to set attributes.Fields in org.apache.vinci.transport.document declared as FrameComponent Modifier and Type Field Description (package private) FrameComponentXMLToVinci.StackEntry. component -
Uses of FrameComponent in org.apache.vinci.transport.vns.client
Subclasses of FrameComponent in org.apache.vinci.transport.vns.client Modifier and Type Class Description classResolveResultSpecialized document (Frame) for representing the result of resolving a service name to host/port through VNS.static classResolveResult.ServiceLocatorclassServeonResultSpecialized document (Frame) for representing result of querying VNS for the port on which a service should be provided.Methods in org.apache.vinci.transport.vns.client with parameters of type FrameComponent Modifier and Type Method Description voidResolveResult. add(java.lang.String key, FrameComponent val)Implement the frame add() callback.voidResolveResult.ServiceLocator. add(java.lang.String key, FrameComponent val)Implement the Frame add() callback.voidServeonResult. add(java.lang.String key, FrameComponent value)Implement the Frame add() callback.
-