org.mule.module.client.remoting
Class ServerHandshake

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

public class ServerHandshake
extends Object
implements Serializable

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

See Also:
Serialized Form

Field Summary
static String SERVER_HANDSHAKE_PROPERTY
           
 
Constructor Summary
ServerHandshake()
           
 
Method Summary
 String getWireFormatClass()
           
 void setWireFormatClass(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 String SERVER_HANDSHAKE_PROPERTY
See Also:
Constant Field Values
Constructor Detail

ServerHandshake

public ServerHandshake()
Method Detail

getWireFormatClass

public String getWireFormatClass()

setWireFormatClass

public void setWireFormatClass(String wireFormatClass)


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