Uses of Interface
org.apache.vinci.transport.FrameTransporter
Packages that use FrameTransporter
-
Uses of FrameTransporter in org.apache.vinci.transport
Classes in org.apache.vinci.transport that implement FrameTransporterMethods in org.apache.vinci.transport that return FrameTransporterModifier and TypeMethodDescriptionstatic FrameTransporter
Frame.getFrameTransporter()
Get the currently installed document marshaller.Methods in org.apache.vinci.transport with parameters of type FrameTransporterModifier 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.