schemas.core.xsd Maven / Gradle / Ivy
This schema defines beans representing the CXF bus and its core features.
The logging feature enables you to log the content of inbound and outbound messages and faults.
The content is logged by all log handlers configured in your java.util.logging configuration file,
provided the log level for classes org.apache.cxf.interceptor.LoggingInInterceptor and
org.apache.cxf.interceptor.LoggingOutInterceptor is at least INFO.
The fastinfoset feature enables you to turn on using fastinfoset encoding of
xml payloads.
Configuration for workqueues that CXF uses
The list of features that are applied to the bus.
Child elements of this element must be beans whose bean class extends
org.apache.cxf.AbstractFeature, or references to such beans.
The list of interceptors that the bus contributes to all inbound message interceptor chains.
Child elements of this element must be beans whose bean class implements
org.apache.cxf.Interceptor, or references to such beans.
The list of interceptors that the bus contributes to all inbound fault interceptor chains.
Child elements of this element must be beans whose bean class implements
org.apache.cxf.Interceptor, or references to such beans.
The list of interceptors that the bus contributes to all outbound message interceptor chains.
Child elements of this element must be beans whose bean class implements
org.apache.cxf.Interceptor, or references to such beans.
The list of interceptors that the bus contributes to all outbound fault interceptor chains.
Child elements of this element must be beans whose bean class implements
org.apache.cxf.Interceptor, or references to such beans.
Specifies a map of properties that are passed to the bus.
Name of the bus that is being configured. Defaults to "cxf", but can
be used to specify a different bus to allow for multiple Bus instances
within an application.
Unique identifier for the particular Bus instance. Mostly used by the
JMX management and OSGi service registry to provide some level of
persitent naming to the Bus instances. The default is "cxf" + random number.