org.mule.module.client.remoting
Class ServerHandshake

java.lang.Object
  extended by org.mule.module.client.remoting.ServerHandshake
All Implemented Interfaces:
java.io.Serializable

public class ServerHandshake
extends java.lang.Object
implements java.io.Serializable

The message type used for the handshake between the client RemoteDispatcher and the server RemoteDispatcherAgent.

See Also:
Serialized Form

Field Summary
static java.lang.String SERVER_HANDSHAKE_PROPERTY
           
 
Constructor Summary
ServerHandshake()
           
 
Method Summary
 java.lang.String getWireFormatClass()
           
 void setWireFormatClass(java.lang.String wireFormatClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_HANDSHAKE_PROPERTY

public static final java.lang.String SERVER_HANDSHAKE_PROPERTY
See Also:
Constant Field Values
Constructor Detail

ServerHandshake

public ServerHandshake()
Method Detail

getWireFormatClass

public java.lang.String getWireFormatClass()

setWireFormatClass

public void setWireFormatClass(java.lang.String wireFormatClass)


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