Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter                                                   

 

Description                                                                               

 

Required                                                              

 

inbound.http.port

The port on which the e ndpoint listener should be started .

Yes
keystore
The KeyStore location where keys are stored.Yes
truststore
The TrustStore location where keys are stored.No
SSLVerifyClient

Used when enabling mutual verification.

No
HttpsProtocols
The supporting protocols.No
SSLProtocol
The supporting SSL protocol.No
CertificateRevocationVerifier
Verifying certificates and status of certificate

When the enable attribute is set to true, this validates and verifies the revocation status of the host certificates using OCSP/CRL, when making HTTPS connections.
If the enable attribute of this parameter is set to true, you also need to specify the CacheSize and CacheDelay.
CacheSize - The maximum size of the cache.
CacheDelay - The time duration between two consecutive scheduled cache managing tasks that perform housekeeping work for the cache.

No
Info
titleNote
  • A sequence should be designed with a call/respond or send/receive sequence. It is not recommended to use a sequence that has in and out mediators.
  • If a send mediator is used within the inbound endpoint sequence, specify a receiving sequence. If you do not specify a receiving sequence, the response will dispatch to the main sequence.

...