Package 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.
-
Constructor Summary
ConstructorsConstructorDescriptionFIXOutTransportInfo(String targetEPR) Constructs a FIXOutTransportInfo out of a FIX EPR.FIXOutTransportInfo(quickfix.SessionID sessionID) -
Method Summary
Modifier and TypeMethodDescriptionquickfix.SessionIDvoid
-
Constructor Details
-
FIXOutTransportInfo
public FIXOutTransportInfo(quickfix.SessionID sessionID) -
FIXOutTransportInfo
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 Details
-
getSessionID
public quickfix.SessionID getSessionID() -
setContentType
- Specified by:
setContentTypein interfaceorg.apache.axis2.transport.OutTransportInfo
-