org.apache.servicemix.http
Interface HttpProcessor

All Known Implementing Classes:
ConsumerProcessor, HttpConsumerEndpoint, HttpSoapConsumerEndpoint, ManagedContextManager.MainProcessor

public interface HttpProcessor


Method Summary
 java.lang.String getAuthMethod()
           
 SslParameters getSsl()
           
 void process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Method Detail

getSsl

SslParameters getSsl()

getAuthMethod

java.lang.String getAuthMethod()

process

void process(javax.servlet.http.HttpServletRequest request,
             javax.servlet.http.HttpServletResponse response)
             throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2005-2012 FuseSource. All Rights Reserved.