Uses of Class
org.apache.camel.component.servlet.ServletEndpoint
-
-
Uses of ServletEndpoint in org.apache.camel.component.servlet
Methods in org.apache.camel.component.servlet that return ServletEndpoint Modifier and Type Method Description protected ServletEndpointServletComponent. createServletEndpoint(String endpointUri, ServletComponent component, URI httpUri)Strategy to create the servlet endpoint.ServletEndpointServletConsumer. getEndpoint()Constructors in org.apache.camel.component.servlet with parameters of type ServletEndpoint Constructor Description ServletConsumer(ServletEndpoint endpoint, org.apache.camel.Processor processor)Constructor parameters in org.apache.camel.component.servlet with type arguments of type ServletEndpoint Constructor Description ServletComponent(Class<? extends ServletEndpoint> endpointClass)
-