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: 2.7.18
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 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. 
          
        
              
    
  





© 2015 - 2024 Weber Informatics LLC | Privacy Policy