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.6. CXF Endpoint Service (CXF)
Overview 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Description: | CXF Endpoint |
Singleton: | no |
Plugin: | CXF |
Parent Resource Types 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
- JMX Server Platform
- JBossAS_Server_Platform
Child Resource Types 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Child resources are not enabled by default. This avoids unnecessary runtime overhead during web service call processing. To enable
Performance.Counter.Server
and Performance.Counter.Client
, add the following to the Spring context file or the Blueprint document:
<bean id="CounterRepository" class="org.apache.cxf.management.counters.CounterRepository"> <property name="bus" ref="<CXF-bus-instance>" /> </bean>
<bean id="CounterRepository" class="org.apache.cxf.management.counters.CounterRepository">
<property name="bus" ref="<CXF-bus-instance>" />
</bean>
The
Performance.Counter.Server
and Performance.Counter.Client
type resources will be discovered after the CXF endpoint is invoked at least once.
Connection Properties 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Name | Description | Required | Internal Name |
---|---|---|---|
Address | Endpoint Address | no | Address |
Object Name | yes | objectName | |
Name Template | yes | nameTemplate | |
Description Template | yes | descriptionTemplate | |
Bus ID | CXF Bus ID | yes | bus.id |
Avoid Custom Object Names | Avoid Custom JMX Object Names | yes | skipUnknownProps |
Service | Service QName | yes | service |
Port | Port Name | yes | port |
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
Metrics 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
none
Configuration Properties 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
none
Operations 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Name | Description |
---|---|
Start | Start a CXF endpoint. |
Stop | Stop a CXF endpoint. |
Package Types 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
none