Uses of Interface
org.apache.vinci.transport.FrameTransporter
-
Uses of FrameTransporter in org.apache.vinci.transport
Modifier and TypeMethodDescriptionstatic FrameTransporter
Frame.getFrameTransporter()
Get the currently installed document marshaller.Modifier and TypeMethodDescriptionstatic 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.