Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.Questo contenuto non è disponibile nella lingua selezionata.
7.2. New Features
Client proxy support for java.io.Closeable interface Copia collegamentoCollegamento copiato negli appunti!
Copia collegamentoCollegamento copiato negli appunti!
When you close a client proxy using the java.io.Closeable interface (which is supported, for example, by the
JaxWsClientProxy
class), any open request/response sequences are now terminated. For example, if proxy
is an instance of JaxWsClientProxy
, you can close the proxy as follows:
((java.io.Closeable)proxy).close()
((java.io.Closeable)proxy).close()