Package | Description |
---|---|
org.mule.module.client |
Simple interface for Mule clients to send and receive events from local or remote Mule Servers.
|
org.mule.module.client.remoting | |
org.mule.module.xml.transformer.wire | |
org.mule.transformer.wire |
Modifier and Type | Method and Description |
---|---|
WireFormat |
RemoteDispatcher.getWireFormat() |
protected WireFormat |
RemoteDispatcher.requestWireFormat() |
Modifier and Type | Method and Description |
---|---|
void |
RemoteDispatcher.setWireFormat(WireFormat wireFormat) |
Modifier and Type | Field and Description |
---|---|
protected WireFormat |
RemoteDispatcherComponent.wireFormat
Use Serialization by default
|
Modifier and Type | Method and Description |
---|---|
WireFormat |
RemoteDispatcherComponent.getWireFormat() |
WireFormat |
RemoteDispatcherAgent.getWireFormat() |
Modifier and Type | Method and Description |
---|---|
static Service |
RemoteDispatcherComponent.getSerivce(InboundEndpoint endpoint,
WireFormat wireFormat,
String encoding,
int eventTimeout,
MuleContext managementContext) |
void |
RemoteDispatcherComponent.setWireFormat(WireFormat wireFormat) |
void |
RemoteDispatcherAgent.setWireFormat(WireFormat wireFormat) |
Modifier and Type | Class and Description |
---|---|
class |
XStreamWireFormat
Serializes objects using XStream.
|
Modifier and Type | Class and Description |
---|---|
class |
SerializationWireFormat
Wire format using Java serialization
|
class |
SerializedMuleMessageWireFormat
Wire format using Java serialization to serialize MuleMessage objects accross the wire
|
class |
TransformerPairWireFormat
TODO
|
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.