org.apache.camel.component.servlet
Class ServletEndpoint

java.lang.Object
  extended by org.apache.camel.impl.DefaultEndpoint
      extended by org.apache.camel.impl.ScheduledPollEndpoint
          extended by org.apache.camel.impl.DefaultPollingEndpoint
              extended by org.apache.camel.component.http.HttpEndpoint
                  extended by org.apache.camel.component.servlet.ServletEndpoint
All Implemented Interfaces:
CamelContextAware, Endpoint, IsSingleton, HeaderFilterStrategyAware

public class ServletEndpoint
extends HttpEndpoint


Constructor Summary
ServletEndpoint()
           
ServletEndpoint(String endPointURI, ServletComponent component, URI httpUri, org.apache.commons.httpclient.params.HttpClientParams params, org.apache.commons.httpclient.HttpConnectionManager httpConnectionManager, HttpClientConfigurer clientConfigurer)
           
 
Method Summary
 Consumer createConsumer(Processor processor)
           
 Producer createProducer()
           
 String getServletName()
           
 void setServletName(String name)
           
 
Methods inherited from class org.apache.camel.component.http.HttpEndpoint
connect, createExchange, createExchange, createHttpClient, createPollingConsumer, disconnect, getBinding, getClientParams, getHeaderFilterStrategy, getHttpClientConfigurer, getHttpConnectionManager, getHttpUri, getPath, getPort, getProtocol, isLenientProperties, isSingleton, isThrowExceptionOnFailure, setBinding, setClientParams, setHeaderFilterStrategy, setHttpClientConfigurer, setHttpConnectionManager, setHttpUri, setThrowExceptionOnFailure
 
Methods inherited from class org.apache.camel.impl.ScheduledPollEndpoint
configureConsumer, configureProperties, getConsumerProperties, setConsumerProperties
 
Methods inherited from class org.apache.camel.impl.DefaultEndpoint
convertTo, createEndpointUri, createExchange, createExchange, createScheduledExecutorService, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, getExecutorService, getScheduledExecutorService, hashCode, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setExecutorService, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServletEndpoint

public ServletEndpoint()

ServletEndpoint

public ServletEndpoint(String endPointURI,
                       ServletComponent component,
                       URI httpUri,
                       org.apache.commons.httpclient.params.HttpClientParams params,
                       org.apache.commons.httpclient.HttpConnectionManager httpConnectionManager,
                       HttpClientConfigurer clientConfigurer)
                throws URISyntaxException
Throws:
URISyntaxException
Method Detail

setServletName

public void setServletName(String name)

getServletName

public String getServletName()

createProducer

public Producer createProducer()
                        throws Exception
Specified by:
createProducer in interface Endpoint
Overrides:
createProducer in class HttpEndpoint
Throws:
Exception

createConsumer

public Consumer createConsumer(Processor processor)
                        throws Exception
Specified by:
createConsumer in interface Endpoint
Overrides:
createConsumer in class DefaultPollingEndpoint
Throws:
Exception


Apache CAMEL