org.apache.synapse.transport.fix
Class FIXOutTransportInfo
java.lang.Object
org.apache.synapse.transport.fix.FIXOutTransportInfo
- All Implemented Interfaces:
- org.apache.axis2.transport.OutTransportInfo
public class FIXOutTransportInfo
- extends Object
- implements org.apache.axis2.transport.OutTransportInfo
FIXOutTransportInfo is a holder for FIX SessionID to send an outgoing message
to a FIX engine.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
getSessionID
public quickfix.SessionID getSessionID()
setContentType
public void setContentType(String s)
- Specified by:
setContentType in interface org.apache.axis2.transport.OutTransportInfo
Copyright © 2005–2015 Apache Software Foundation. All rights reserved.