Uses of Interface
org.apache.vinci.transport.FrameTransporter

Packages that use FrameTransporter
org.apache.vinci.transport   
 

Uses of FrameTransporter in org.apache.vinci.transport
 

Classes in org.apache.vinci.transport that implement FrameTransporter
 class XTalkTransporter
          Implements XTalk marshalling of Frames.
 

Methods in org.apache.vinci.transport that return FrameTransporter
static FrameTransporter Frame.getFrameTransporter()
          Get the currently installed document marshaller.
 

Methods in org.apache.vinci.transport with parameters of type FrameTransporter
static void Frame.setFrameTransporter(FrameTransporter transporter)
          This method lets you replace the default XTalk marshaller with another one, for example if you want to use a different wire format (such as XML/SOAP), or if you want to easily exploit an optimized/native implementation.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.