Class 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 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 org.apache.axis2.transport.OutTransportInfo