public class FIXOutgoingMessageHandler extends Object
| Constructor and Description |
|---|
FIXOutgoingMessageHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUpMessages(String session) |
void |
sendMessage(quickfix.Message message,
quickfix.SessionID targetSession,
String sourceSession,
int counter,
org.apache.axis2.context.MessageContext msgCtx,
String targetEPR)
Performs the actual send operation on the message.
|
void |
setSessionFactory(FIXSessionFactory sessionFactory) |
public void setSessionFactory(FIXSessionFactory sessionFactory)
public void sendMessage(quickfix.Message message,
quickfix.SessionID targetSession,
String sourceSession,
int counter,
org.apache.axis2.context.MessageContext msgCtx,
String targetEPR)
throws quickfix.SessionNotFound
message - the FIX message to be senttargetSession - ID of the target FIXSessionsourceSession - String that uniquely identifies the incoming sessioncounter - application level sequence number of the messagemsgCtx - Axis2 MessageContext for the outgoing messagetargetEPR - the target EPR to forward the messagequickfix.SessionNotFound - on errorpublic void cleanUpMessages(String session)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.