Class SwiftMxDataFormat.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • writeInJson

        public SwiftMxDataFormat.Builder writeInJson​(String writeInJson)
        The flag indicating that messages must be marshalled in a JSON format.
        Parameters:
        writeInJson - true if messages must be marshalled in a JSON format, false otherwise.
      • writeInJson

        public SwiftMxDataFormat.Builder writeInJson​(boolean writeInJson)
        The flag indicating that messages must be marshalled in a JSON format.
        Parameters:
        writeInJson - true if messages must be marshalled in a JSON format, false otherwise.
      • readMessageId

        public SwiftMxDataFormat.Builder readMessageId​(String readMessageId)
        The type of MX message to produce when unmarshalling an input stream. If not set, it will be automatically detected from the namespace used.
      • writeConfigRef

        public SwiftMxDataFormat.Builder writeConfigRef​(String writeConfigRef)
        Refers to a specific configuration to use when marshalling a message to lookup from the registry.
      • readConfigRef

        public SwiftMxDataFormat.Builder readConfigRef​(String readConfigRef)
        Refers to a specific configuration to use when unmarshalling an input stream to lookup from the registry.