@Metadata(label="spring,configuration,rest") public class CamelRestContextFactoryBean extends org.apache.camel.model.IdentifiedType implements org.springframework.beans.factory.FactoryBean<List<org.apache.camel.model.rest.RestDefinition>>
| Constructor and Description |
|---|
CamelRestContextFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.camel.model.rest.RestDefinition> |
getObject() |
Class<?> |
getObjectType() |
List<org.apache.camel.model.rest.RestDefinition> |
getRests() |
boolean |
isSingleton() |
void |
setRests(List<org.apache.camel.model.rest.RestDefinition> rests) |
public CamelRestContextFactoryBean()
public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<List<org.apache.camel.model.rest.RestDefinition>>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<List<org.apache.camel.model.rest.RestDefinition>>Apache Camel