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.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
4.2. New Features
Netty HTTP transport 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
There is a new Netty HTTP transport, which can be used in place of the plain HTTP transport. To use the Netty transport, prefix a HTTP URL with
netty://
—for example, netty://http://localhost:8080/server
. The Netty transport is provided in the following artifacts (for client side and server side respectively):
cxf-rt-transports-http-netty-client
cxf-rt-transports-http-netty-server
UDP transport 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
New UDP Transport.
HTTPAsyncClient-based HTTP transport 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
New optional HTTP transport based on Apache HTTP Components HttpAsyncClient.
SOAP over UDP 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Support for the protocol, SOAP over UDP.
Message validation 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Ability to apply schema validation selectively to incoming or outgoing messages, by setting the
schema-validation-enabled
property to IN
, OUT
, BOTH
, or NONE
. @SchemaValidationEnabled
annotation updated with the type=IN|OUT|BOTH|NONE
parameter.
WS-Discovery 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Support for WS-Discovery, as follows:
- Services can send
Hello
orBye
when started or stopped and can also respond to probe requests. - An API for sending probes and resolving to
EndpointReferences
is provided.
JAX-RS 2.0 specification 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Initial support for parts of the JAX-RS 2.0 (JSR-339) specification, as follows:
- Additional methods on the
WebClient
class to provide asynchronous invocations. - Support for new filters, interceptors, dynamic features, exception classes, and more.