Package | Description |
---|---|
org.apache.vinci.transport | |
org.apache.vinci.transport.document | |
org.apache.vinci.transport.vns.client |
Modifier and Type | Class and Description |
---|---|
class |
Attributes
Class for representing a list of attributes for an XML element.
|
class |
ErrorFrame
This is a special VinciFrame that simplifies returning error or exceptional conditions.
|
class |
Frame
Frame is an abstract class that is intended to be extended to implement a simple & lean
(restricted) XML document model.
|
class |
FrameLeaf
Class encapsulating leaf data from a Frame.
|
class |
QueryableFrame
QueryableFrame is a decorator class that extends Frame.
|
class |
VinciFrame
This is the "default" document class for use with the Vinci client and servable classes.
|
Modifier and Type | Method and Description |
---|---|
FrameComponent |
VinciFrame.fgetFirst(java.lang.String key)
Implementation of the abstract fgetFirst method defined in QueryableFrame.
|
abstract FrameComponent |
QueryableFrame.fgetFirst(java.lang.String key)
This method must be implemented so that it returns only the FIRST value paired with the
specified key.
|
FrameComponent |
KeyValuePair.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
Frame.add(java.lang.String tag,
FrameComponent val)
Add a tagged value to this frame (value is either a Frame or FrameLeaf).
|
void |
VinciFrame.add(java.lang.String key,
FrameComponent val)
Implementation of the abstract Frame method.
|
protected void |
VinciFrame.set(java.lang.String key,
FrameComponent val)
Change the value associated with the first occurence of the given key to val.
|
Constructor and Description |
---|
KeyValuePair(java.lang.String mykey,
FrameComponent myvalue) |
Modifier and Type | Class and Description |
---|---|
class |
AFrame
This class is a VinciFrame with extensions for support of XML attributes.
|
class |
AFrameLeaf
This class extends FrameLeaf with ability to set attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
ResolveResult
Specialized document (Frame) for representing the result of resolving a service name to host/port
through VNS.
|
static class |
ResolveResult.ServiceLocator |
class |
ServeonResult
Specialized document (Frame) for representing result of querying VNS for the port on which a
service should be provided.
|
Modifier and Type | Method and Description |
---|---|
void |
ResolveResult.add(java.lang.String key,
FrameComponent val)
Implement the frame add() callback.
|
void |
ResolveResult.ServiceLocator.add(java.lang.String key,
FrameComponent val)
Implement the Frame add() callback.
|
void |
ServeonResult.add(java.lang.String key,
FrameComponent value)
Implement the Frame add() callback.
|
Copyright © 2012. All Rights Reserved.