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 RemoteDispatcherAgent.getWireFormat()
           
 WireFormat RemoteDispatcherComponent.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 managementContext)
           
 void RemoteDispatcherAgent.setWireFormat(WireFormat wireFormat)
           
 void RemoteDispatcherComponent.setWireFormat(WireFormat wireFormat)
           
 

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
          TODO
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.