Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
7.2. New Features
Client proxy support for java.io.Closeable interface Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
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()