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 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.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy