org.apache.synapse.transport.fix
Class FIXOutTransportInfo

java.lang.Object
  extended by org.apache.synapse.transport.fix.FIXOutTransportInfo
All Implemented Interfaces:
OutTransportInfo

public class FIXOutTransportInfo
extends Object
implements OutTransportInfo

FIXOutTransportInfo is a holder for FIX SessionID to send an outgoing message to a FIX engine.


Constructor Summary
FIXOutTransportInfo(quickfix.SessionID sessionID)
           
FIXOutTransportInfo(String targetEPR)
          Constructs a FIXOutTransportInfo out of a FIX EPR.
 
Method Summary
 quickfix.SessionID getSessionID()
           
 void setContentType(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIXOutTransportInfo

public FIXOutTransportInfo(quickfix.SessionID sessionID)

FIXOutTransportInfo

public FIXOutTransportInfo(String targetEPR)
Constructs a FIXOutTransportInfo out of a FIX EPR. Reads the parameters in the given EPR and creates a SessionID out of them

Parameters:
targetEPR - a valid FIX EPR
Method Detail

getSessionID

public quickfix.SessionID getSessionID()

setContentType

public void setContentType(String s)
Specified by:
setContentType in interface OutTransportInfo


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.