Uses of Class
org.apache.camel.component.servlet.ServletComponent
-
-
Uses of ServletComponent in org.apache.camel.component.servlet
Methods in org.apache.camel.component.servlet that return ServletComponent Modifier and Type Method Description ServletComponent
ServletEndpoint. getComponent()
Methods in org.apache.camel.component.servlet with parameters of type ServletComponent Modifier and Type Method Description protected ServletEndpoint
ServletComponent. createServletEndpoint(String endpointUri, ServletComponent component, URI httpUri)
Strategy to create the servlet endpoint.Constructors in org.apache.camel.component.servlet with parameters of type ServletComponent Constructor Description ServletEndpoint(String endPointURI, ServletComponent component, URI httpUri)
-