All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.core.xsd Maven / Gradle / Ivy

There is a newer version: 3.0.0-milestone2
Show newest version




  
  

  
    
      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 - 2024 Weber Informatics LLC | Privacy Policy