Versions Compared

Key

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

...

Name

Type

Bean

Description

Required

service

QName

no

The service name of this endpoint

yes

endpoint

String

no

The endpoint name of this endpoint

yes

interfaceName

QName

no

The interface name of this endpoint

no

 

 

 

 

 

targetService

QName

no

The service name of the target endpoint

no (defaults to the service attribute)

targetEndpoint

String

no

The endpoint name of the target endpoint

no (defaults to the endpoint attribute)

targetInterface

QName

no

The interface name of the target endpoint

no

targetOperation

QName

no

The operation name for the JBI exchange

no

targetUri

String

no

The URI of the target endpoint

no

 

 

 

 

 

authMethod

String

no

HTTP authentication method to use, e.g. basic

no

locationURI

String

no

 

yes

ssl

SslParameters

yes

 

no

marshaler

HttpConsumerMarshaler

yes

 

no

timeout

long

no

 

no

defaultMep

URI

no

 

no (defaults to InOut)

lateResponseStrategy

String

no

Determines how to handle a late response from the ESB (i.e. a response that arrives after the HTTP request has timed out)
- error will terminate the exchange with an ERROR status and log an exception for the late response
- warning will end the exchange with a DONE status and log a warning for the late response instead

no (default to error)

The following additional properties are available for the SOAP consumer endpoint:

...