org.apache.servicemix.http
Interface HttpProcessor

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

public interface HttpProcessor


Method Summary
 String getAuthMethod()
           
 SslParameters getSsl()
           
 void process(HttpServletRequest request, HttpServletResponse response)
           
 

Method Detail

getSsl

SslParameters getSsl()

getAuthMethod

String getAuthMethod()

process

void process(HttpServletRequest request,
             HttpServletResponse response)
             throws Exception
Throws:
Exception


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.