org.openfast.session
Class FastClient

java.lang.Object
  extended by org.openfast.session.FastClient

public class FastClient
extends java.lang.Object


Constructor Summary
FastClient(java.lang.String clientName, SessionProtocol sessionProtocol, Endpoint endpoint)
           
 
Method Summary
 Session connect()
           
 TemplateRegistry getInboundTemplateRegistry()
           
 TemplateRegistry getOutboundTemplateRegistry()
           
 void setInboundTemplateRegistry(TemplateRegistry registry)
           
 void setMessageHandler(MessageListener messageListener)
           
 void setOutboundTemplateRegistry(TemplateRegistry registry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastClient

public FastClient(java.lang.String clientName,
                  SessionProtocol sessionProtocol,
                  Endpoint endpoint)
Method Detail

setInboundTemplateRegistry

public void setInboundTemplateRegistry(TemplateRegistry registry)

getInboundTemplateRegistry

public TemplateRegistry getInboundTemplateRegistry()

setOutboundTemplateRegistry

public void setOutboundTemplateRegistry(TemplateRegistry registry)

getOutboundTemplateRegistry

public TemplateRegistry getOutboundTemplateRegistry()

connect

public Session connect()
                throws FastConnectionException
Throws:
FastConnectionException

setMessageHandler

public void setMessageHandler(MessageListener messageListener)


Copyright © 2006-2008 The LaSalle Technology Group, LLC. All Rights Reserved.