Interface Jt400EndpointBuilderFactory.Jt400Builders

    • Method Detail

      • jt400

        default Jt400EndpointBuilderFactory.Jt400HeaderNameBuilder jt400()
        JT400 (camel-jt400) Exchanges messages with an IBM i system using data queues, message queues, or program call. IBM i is the replacement for AS/400 and iSeries servers. Category: messaging Since: 1.5 Maven coordinates: org.apache.camel:camel-jt400
        Returns:
        the dsl builder for the headers' name.
      • jt400

        default Jt400EndpointBuilderFactory.Jt400EndpointBuilder jt400​(String path)
        JT400 (camel-jt400) Exchanges messages with an IBM i system using data queues, message queues, or program call. IBM i is the replacement for AS/400 and iSeries servers. Category: messaging Since: 1.5 Maven coordinates: org.apache.camel:camel-jt400 Syntax: jt400:userID:password@systemName/QSYS.LIB/objectPath.type Path parameter: userID (required) Returns the ID of the IBM i user. Path parameter: password (required) Returns the password of the IBM i user. Path parameter: systemName (required) Returns the name of the IBM i system. Path parameter: objectPath (required) Returns the fully qualified integrated file system path name of the target object of this endpoint. Path parameter: type (required) Whether to work with data queues or remote program call There are 4 enums and the value can be one of: DTAQ, PGM, SRVPGM, MSGQ
        Parameters:
        path - userID:password@systemName/QSYS.LIB/objectPath.type
        Returns:
        the dsl builder
      • jt400

        default Jt400EndpointBuilderFactory.Jt400EndpointBuilder jt400​(String componentName,
                                                                       String path)
        JT400 (camel-jt400) Exchanges messages with an IBM i system using data queues, message queues, or program call. IBM i is the replacement for AS/400 and iSeries servers. Category: messaging Since: 1.5 Maven coordinates: org.apache.camel:camel-jt400 Syntax: jt400:userID:password@systemName/QSYS.LIB/objectPath.type Path parameter: userID (required) Returns the ID of the IBM i user. Path parameter: password (required) Returns the password of the IBM i user. Path parameter: systemName (required) Returns the name of the IBM i system. Path parameter: objectPath (required) Returns the fully qualified integrated file system path name of the target object of this endpoint. Path parameter: type (required) Whether to work with data queues or remote program call There are 4 enums and the value can be one of: DTAQ, PGM, SRVPGM, MSGQ
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - userID:password@systemName/QSYS.LIB/objectPath.type
        Returns:
        the dsl builder