Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated service-http provider endpoint properties to include providerExpirationTime.

...

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

 

 

 

 

 

marshaler

HttpProviderMarshaler

yes

 

no

locationURI

String

no

 

no

clientSoTimeout

int

no

 

no (defaults to 60000)

providerExpirationTime

int

no

The amount of time in milliseconds the jetty client will wait for a response. This has effect only when the jetty client per provider is active.

no (defaults to 300000)

ssl

SslParameters

yes

 

no

 

 

 

 

 

proxyHost

String

no

 

no

proxyPort

int

no

 

no (defaults to 80)

proxyUsername

String

no

 

no

proxyPassword

String

no

 

no

 

 

 

 

 

gzipRequest

boolean

no

If true, the request content will be gzipped and sent over the wire. The content-encoding http header will also be set to gzip.

no (defaults to false)

expectGzippedResponse

boolean

no

If true, the accept-encoding http header will be set to gzip and the response will be un-gzipped.

no (defaults to false)

...