Uses of Interface
org.apache.vinci.transport.FrameTransporter
-
Packages that use FrameTransporter Package Description org.apache.vinci.transport -
-
Uses of FrameTransporter in org.apache.vinci.transport
Classes in org.apache.vinci.transport that implement FrameTransporter Modifier and Type Class Description class
XTalkTransporter
Implements XTalk marshalling of Frames.Methods in org.apache.vinci.transport that return FrameTransporter Modifier and Type Method Description static FrameTransporter
Frame. getFrameTransporter()
Get the currently installed document marshaller.Methods in org.apache.vinci.transport with parameters of type FrameTransporter Modifier and Type Method Description 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.
-