Uses of Interface
org.mule.transformers.wire.WireFormat

Packages that use WireFormat
org.mule.extras.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.impl.internal.admin Admin components and Agents used to control and Monitor Mule 
org.mule.transformers.wire   
org.mule.transformers.xml.wire   
 

Uses of WireFormat in org.mule.extras.client
 

Methods in org.mule.extras.client that return WireFormat
 WireFormat RemoteDispatcher.getWireFormat()
           
 

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

Uses of WireFormat in org.mule.impl.internal.admin
 

Fields in org.mule.impl.internal.admin declared as WireFormat
protected  WireFormat MuleManagerComponent.wireFormat
          Use Serialization by default
 

Methods in org.mule.impl.internal.admin that return WireFormat
 WireFormat MuleAdminAgent.getWireFormat()
           
 WireFormat MuleManagerComponent.getWireFormat()
           
 

Methods in org.mule.impl.internal.admin with parameters of type WireFormat
 void MuleAdminAgent.setWireFormat(WireFormat wireFormat)
           
static UMODescriptor MuleManagerComponent.getDescriptor(UMOConnector connector, UMOEndpointURI endpointUri, WireFormat wireFormat)
           
 void MuleManagerComponent.setWireFormat(WireFormat wireFormat)
           
 

Uses of WireFormat in org.mule.transformers.wire
 

Classes in org.mule.transformers.wire that implement WireFormat
 class SerializationWireFormat
          Wire format using Java serialization
 class TransformerPairWireFormat
          TODO
 

Uses of WireFormat in org.mule.transformers.xml.wire
 

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



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