Package | Description |
---|---|
org.apache.vinci.transport |
Modifier and Type | Class and Description |
---|---|
class |
XTalkTransporter
Implements XTalk marshalling of Frames.
|
Modifier and Type | Method and Description |
---|---|
static FrameTransporter |
Frame.getFrameTransporter()
Get the currently installed document marshaller.
|
Modifier and Type | Method and 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.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.