| FUSE ESB 4.2 XML Configuration Reference | ||||||
| SUMMARY: DOCUMENTATION | ATTRIBUTES | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement
{http://cxf.apache.org/transports/http/configuration}HTTPClientPolicy
Properties used to configure a client-side HTTP port
| Attribute Summary | |
string | Accept
Specifies the MIME types the client is prepared to handle (e.g., HTML, JPEG, GIF, etc.) |
string | AcceptEncoding
Specifies the encoding the client is prepared to handle (e.g., gzip) |
string | AcceptLanguage
Specifies the language the client desires (e.g., English, French, etc.) |
ParameterizedBoolean | AllowChunking
If true, the client is free to use chunking streams if it wants, but it is not required to use chunking streams. |
ParameterizedBoolean | AutoRedirect
Specifies if the consumer will automatically follow a server issued redirection. |
string | BrowserType
aka User-Agent Specifies the type of browser is sending the request. |
clientCacheControlType | CacheControl
Most commonly used to specify no-cache, however the standard supports a dozen or so caching related directives for requests |
ParameterizedInt | ChunkingThreshold
If AllowChunking is true, this sets the threshold at which messages start getting chunked. |
connectionType | Connection
The connection disposition. |
ParameterizedUInt | ConnectionTimeout
Specifies the amount of time, in milliseconds, that the consumer will attempt to establish a connection before it times out. |
string | ContentType
Specifies the content type of the stream being sent in a post request. |
string | Cookie
Specifies a cookie to send to the server. |
string | DecoupledEndpoint
Specifies the URL of a decoupled endpoint for the receipt of responses over a separate provider->consumer connection. |
string | Host
Specifies the Internet host and port number of the resource on which the request is being invoked. |
ParameterizedInt | MaxRetransmits
Specifies the maximum amount of retransmits that are allowed for redirects. |
string | ProxyServer
Specifies the address of proxy server if one is used. |
ParameterizedInt | ProxyServerPort
Specifies the port number used by the proxy server. |
proxyServerType | ProxyServerType
Specifies the ype of the proxy server. |
ParameterizedUInt | ReceiveTimeout
Specifies the amount of time, in milliseconds, that the consumer will wait for a response before it times out. |
string | Referer
Specifies the URL that referred us to this URL. |
boolean | required
|
| Attribute Detail |
Specifies the MIME types the client is prepared to handle (e.g., HTML, JPEG, GIF, etc.)
Defined with global type string
Specifies the encoding the client is prepared to handle (e.g., gzip)
Defined with global type string
Specifies the language the client desires (e.g., English, French, etc.)
Defined with global type string
If true, the client is free to use chunking streams if it wants, but it is not
required to use chunking streams. If false, the client
must use regular, non-chunked requests in all cases.
Defined with global type ParameterizedBoolean
"true"
Specifies if the consumer will automatically follow a server issued redirection.
(name is not part of standard)
Defined with global type ParameterizedBoolean
"false"
aka User-Agent
Specifies the type of browser is sending the request. This is usually only
needed when sites have HTML customized to Netscape vs IE, etc, but can
also be used to optimize for different SOAP stacks.
Defined with global type string
Most commonly used to specify no-cache, however the standard supports a
dozen or so caching related directives for requests
Defined with global type clientCacheControlType
If AllowChunking is true, this sets the threshold at which messages start
getting chunked. Messages under this limit do not get chunked.
Defined with global type ParameterizedInt
"4096"
The connection disposition. If close the connection to the server is closed
after each request/response dialog. If Keep-Alive the client requests the server
to keep the connection open, and if the server honors the keep alive request,
the connection is reused. Many servers and proxies do not honor keep-alive requests.
Defined with global type connectionType
"Keep-Alive"
Specifies the amount of time, in milliseconds, that the consumer will attempt to establish a connection before it times out. 0 is infinite.
Defined with global type ParameterizedUInt
"30000"
Specifies the content type of the stream being sent in a post request.
(this should be text/xml for web services, or can be set to
application/x-www-form-urlencoded if the client is sending form data).
Defined with global type string
Specifies a cookie to send to the server. Some stateful session designs will use cookies to identify a session.
If the cookie is static, you can supply it here. If it is dynamic,
it will need to be set by the server on first access, and can be handled
automatically by the runtime.
Defined with global type string
Specifies the URL of a decoupled endpoint for the receipt of responses over a separate provider->consumer connection.
Defined with global type string
Specifies the Internet host and port number of the resource on which the request is being invoked.
This is sent by default based upon the URL. Certain DNS scenarios or
application designs may request you to set this, but typically it is
not required.
Defined with global type string
Specifies the maximum amount of retransmits that are allowed for redirects. Retransmits for
authorization is included in the retransmit count. Each redirect may cause another
retransmit for a UNAUTHORIZED response code, ie. 401.
Any negative number indicates unlimited retransmits,
although, loop protection is provided.
The default is unlimited.
(name is not part of standard)
Defined with global type ParameterizedInt
"-1"
Specifies the address of proxy server if one is used.
Defined with global type string
Specifies the port number used by the proxy server.
Defined with global type ParameterizedInt
Specifies the ype of the proxy server. Can be either HTTP or SOCKS.
Defined with global type proxyServerType
"HTTP"
Specifies the amount of time, in milliseconds, that the consumer will wait for a response before it times out. 0 is infinite.
Defined with global type ParameterizedUInt
"60000"
Specifies the URL that referred us to this URL. This is
sent automatically with auto redirect.
May allow the server to optimize processing based upon
previous task flow. However, typically not used in
web services applications.
Defined with global type string
Defined as global attribute required
Defined with global type boolean
| FUSE ESB 4.2 XML Configuration Reference | ||||||
| SUMMARY: DOCUMENTATION | ATTRIBUTES | FRAMES | NO FRAMES | ||||||