public class FastClient extends Object
Constructor and Description |
---|
FastClient(String clientName,
SessionProtocol sessionProtocol,
Endpoint endpoint) |
FastClient(String clientName,
SessionProtocol sessionProtocol,
Endpoint endpoint,
SessionListener sessionListener) |
Modifier and Type | Method and Description |
---|---|
Session |
connect() |
TemplateRegistry |
getInboundTemplateRegistry() |
TemplateRegistry |
getOutboundTemplateRegistry() |
void |
setInboundTemplateRegistry(TemplateRegistry registry) |
void |
setMessageHandler(MessageListener messageListener) |
void |
setOutboundTemplateRegistry(TemplateRegistry registry) |
public FastClient(String clientName, SessionProtocol sessionProtocol, Endpoint endpoint)
public FastClient(String clientName, SessionProtocol sessionProtocol, Endpoint endpoint, SessionListener sessionListener)
public void setInboundTemplateRegistry(TemplateRegistry registry)
public TemplateRegistry getInboundTemplateRegistry()
public void setOutboundTemplateRegistry(TemplateRegistry registry)
public TemplateRegistry getOutboundTemplateRegistry()
public Session connect() throws FastConnectionException
FastConnectionException
public void setMessageHandler(MessageListener messageListener)
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.