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

META-INF.mule-servlet.xsd Maven / Gradle / Ivy

The newest version!



    
    
    
    
    
   
        
            The Servlet transport allows Mule components to listen for events received via a servlet request. 
        
        
            Servlet
            Servlet Transport
            
                                
            
        
    

    
        
            
                Servlet connector is a channel adapter between Mule and a servlet engine. It allows the MuleReceiverServlet to look up components interested in requests it receives via the servlet container.
            
        
    
    
        
            
                
                    
                        
                            The real URL on which the servlet container is bound. If this is not set, the WSDL may not be generated correctly when using CXF bound to a servlet endpoint.
                        
                    
                
                
                    
                        
                            Whether to use a cached http servlet request
                        
                    
                
            
        
    

    
    
        
            
            
                
                    
                        
                            the servlett path to bind the service to.
                        
                    
                
            
        
    

    
    
        
            
            
                
                    
                        
                            the servlett path to bind the service to.
                        
                    
                
            
        
    

    
        
            
            The <http-request-to-parameter-map> transformer returns a simple Map of the parameters sent with the HTTP Request. If the same parameter is given more than once, only the first value for it will be in the Map.
            
        
    

    
        
            
            The <http-request-to-input-stream> transformer converts an HttpServletRequest into an InputStream.
            
        
    

    
        
            
            The <http-request-to-byte-array> transformer converts an HttpServletRequest into an array of bytes by extracting the payload of the request.
            
        
    





© 2015 - 2025 Weber Informatics LLC | Privacy Policy