8.3. Spring Boot Auto-Configuration
구성 요소는 아래에 나열된 28 가지 옵션을 지원합니다.
이름 | 설명 | 기본값 | 유형 |
---|---|---|---|
camel.component.as2.configuration.api-name | 어떤 종류의 작업을 수행합니까? | AS2ApiName | |
camel.component.as2.configuration.as2-from | AS2 메시지의 AS2From 헤더 값입니다. | 문자열 | |
camel.component.as2.configuration.as2-message-structure | AS2 Message의 구조입니다. PLAIN - 암호화 없음, 서명 없음, SIGNED - 암호화 없음, 서명, ENCRYPTED - 암호화, 서명 없음, 서명 | AS2MessageStructure | |
camel.component.as2.configuration.as2-to | AS2 메시지의 AS2To 헤더 값입니다. | 문자열 | |
camel.component.as2.configuration.as2-version | AS2 프로토콜의 버전입니다. | 1.1 | 문자열 |
camel.component.as2.configuration.client-fqdn | 클라이언트 정규화된 도메인 이름(FQDN)입니다. 끝점에서 보낸 메시지 ID에서 사용됩니다. | camel.apache.org | 문자열 |
camel.component.as2.configuration.disposition-notification-to | Disposition-Notification-To 헤더의 값입니다. 이 매개 변수에 값을 할당하면 AS2 메시지에 대한 message disposition notification(MDN)이 요청됩니다. | 문자열 | |
camel.component.as2.configuration.edi-message-transfer-encoding | EDI 메시지의 전송 인코딩입니다. | 문자열 | |
camel.component.as2.configuration.edi-message-type | EDI 메시지의 콘텐츠 유형입니다. application/edifact, application/edi-x12 중 하나, application/edi-consent | ContentType | |
camel.component.as2.configuration.encrypting-algorithm | EDI 메시지를 암호화하는 데 사용되는 알고리즘입니다. | AS2EncryptionAlgorithm | |
camel.component.as2.configuration.encrypting-certificate-chain | EDI 메시지를 암호화하는 데 사용되는 인증서 체인입니다. | certificate[] | |
camel.component.as2.configuration.encrypting-private-key | EDI 메시지를 암호화하는 데 사용되는 키입니다. | PrivateKey | |
camel.component.as2.configuration.from | AS2 메시지의 From 헤더의 값입니다. | 문자열 | |
camel.component.as2.configuration.method-name | 선택한 작업에 사용할 하위 작업 | 문자열 | |
camel.component.as2.configuration.request-uri | EDI 메시지의 요청 URI입니다. | / | 문자열 |
camel.component.as2.configuration.server | AS2 서버를 식별하는 서버 메시지 헤더에 포함된 값입니다. | Camel AS2 Server Endpoint | 문자열 |
camel.component.as2.configuration.server-fqdn | 서버의 정규화된 도메인 이름(FQDN)입니다. 끝점에서 보낸 메시지 ID에서 사용됩니다. | camel.apache.org | 문자열 |
camel.component.as2.configuration.server-port-number | 서버 포트 번호입니다. | 정수 | |
camel.component.as2.configuration.signed-receipt-mic-algorithms | MDN(Message dispostion notification)에서 반환된 MIC(메시지 무결성 검사)를 생성하도록 요청된 알고리즘 목록입니다. | string[] | |
camel.component.as2.configuration.signing-algorithm | EDI 메시지에 서명하는 데 사용되는 알고리즘입니다. | AS2SignatureAlgorithm | |
camel.component.as2.configuration.signing-certificate-chain | EDI 메시지에 서명하는 데 사용되는 인증서 체인입니다. | certificate[] | |
camel.component.as2.configuration.signing-private-key | EDI 메시지에 서명하는 데 사용되는 키입니다. | PrivateKey | |
camel.component.as2.configuration.subject | AS2 메시지의 주체 헤더 값입니다. | 문자열 | |
camel.component.as2.configuration.target-hostname | 대상 호스트의 호스트 이름(IP 또는 DNS 이름)입니다. | 문자열 | |
camel.component.as2.configuration.target-port-number | 대상 호스트의 포트 수입니다. -1은 스키마의 기본 포트를 나타냅니다. | 정수 | |
camel.component.as2.configuration.user-agent | AS2 사용자 에이전트를 식별하는 User-Agent 메시지 헤더에 포함된 값입니다. | Camel AS2 클라이언트 끝점 | 문자열 |
camel.component.as2.enabled | as2 구성 요소의 자동 구성을 활성화할지 여부입니다. 이는 기본적으로 활성화되어 있습니다. | 부울 | |
camel.component.as2.resolve-property-placeholders | 구성 요소가 시작 시 자체적으로 속성 자리 표시자를 확인해야 하는지 여부입니다. String 유형의 속성만 속성 자리 표시자를 사용할 수 있습니다.Only properties which are of String type can use property placeholders. | true | 부울 |