Uses of Class
org.apache.vinci.transport.FrameLeaf

Packages that use FrameLeaf
org.apache.vinci.transport   
org.apache.vinci.transport.document   
 

Uses of FrameLeaf in org.apache.vinci.transport
 

Methods in org.apache.vinci.transport that return FrameLeaf
 FrameLeaf Frame.createFrameLeaf(byte[] array)
          Factory method used by fromStream when it needs to create a frame leaf.
 FrameLeaf KeyValuePair.getValueAsLeaf()
           
 

Uses of FrameLeaf in org.apache.vinci.transport.document
 

Subclasses of FrameLeaf in org.apache.vinci.transport.document
 class AFrameLeaf
          This class extends FrameLeaf with ability to set attributes.
 

Methods in org.apache.vinci.transport.document that return FrameLeaf
 FrameLeaf AFrame.createFrameLeaf(byte[] array)
          Override the createFrameLeaf to create an AFrameLeaf so that leaf values can have attributes.
 



Copyright © 2013. All Rights Reserved.