Class ServletPlatformHttpEngine
- java.lang.Object
-
- org.apache.camel.component.platform.http.springboot.ServletPlatformHttpEngine
-
- All Implemented Interfaces:
org.apache.camel.component.platform.http.spi.PlatformHttpEngine
public class ServletPlatformHttpEngine extends Object implements org.apache.camel.component.platform.http.spi.PlatformHttpEngine
-
-
Constructor Summary
Constructors Constructor Description ServletPlatformHttpEngine(org.apache.camel.component.servlet.ServletComponent servletComponent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.ConsumercreateConsumer(org.apache.camel.component.platform.http.PlatformHttpEndpoint platformHttpEndpoint, org.apache.camel.Processor processor)intgetServerPort()
-
-
-
Method Detail
-
createConsumer
public org.apache.camel.Consumer createConsumer(org.apache.camel.component.platform.http.PlatformHttpEndpoint platformHttpEndpoint, org.apache.camel.Processor processor)- Specified by:
createConsumerin interfaceorg.apache.camel.component.platform.http.spi.PlatformHttpEngine
-
getServerPort
public int getServerPort()
- Specified by:
getServerPortin interfaceorg.apache.camel.component.platform.http.spi.PlatformHttpEngine
-
-