Uses of Interface
org.mule.api.transformer.wire.WireFormat

Packages that use WireFormat
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   
 

Uses of WireFormat in org.mule.module.client
 

Methods in org.mule.module.client that return WireFormat
 WireFormat RemoteDispatcher.getWireFormat()
           
protected  WireFormat RemoteDispatcher.requestWireFormat()
           
 

Methods in org.mule.module.client with parameters of type WireFormat
 void RemoteDispatcher.setWireFormat(WireFormat wireFormat)
           
 

Uses of WireFormat in org.mule.module.client.remoting
 

Fields in org.mule.module.client.remoting declared as WireFormat
protected  WireFormat RemoteDispatcherComponent.wireFormat
          Use Serialization by default
 

Methods in org.mule.module.client.remoting that return WireFormat
 WireFormat RemoteDispatcherComponent.getWireFormat()
           
 WireFormat RemoteDispatcherAgent.getWireFormat()
           
 

Methods in org.mule.module.client.remoting with parameters of type WireFormat
static Service RemoteDispatcherComponent.getSerivce(InboundEndpoint endpoint, WireFormat wireFormat, String encoding, int eventTimeout, MuleContext muleContext)
           
 void RemoteDispatcherComponent.setWireFormat(WireFormat wireFormat)
           
 void RemoteDispatcherAgent.setWireFormat(WireFormat wireFormat)
           
 

Constructors in org.mule.module.client.remoting with parameters of type WireFormat
RemoteDispatcherComponent(InboundEndpoint inboundEndpoint, WireFormat wireFormat, String encoding, int synchronousEventTimeout)
           
 

Uses of WireFormat in org.mule.module.xml.transformer.wire
 

Classes in org.mule.module.xml.transformer.wire that implement WireFormat
 class XStreamWireFormat
          Serializes objects using XStream.
 

Uses of WireFormat in org.mule.transformer.wire
 

Classes in org.mule.transformer.wire that implement WireFormat
 class SerializationWireFormat
          Wire format using Java serialization
 class SerializedMuleMessageWireFormat
          Wire format using Java serialization to serialize MuleMessage objects accross the wire
 class TransformerPairWireFormat
          A pairing of an outbound transformer and an inbound transformer that can be used to serialize and deserialize data.
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.