@Metadata(label="spring,configuration,rest") public class CamelRestContextFactoryBean extends org.apache.camel.model.IdentifiedType implements FactoryBean<List<org.apache.camel.model.rest.RestDefinition>>
OBJECT_TYPE_ATTRIBUTE| 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 List<org.apache.camel.model.rest.RestDefinition> getObject() throws Exception
getObject in interface FactoryBean<List<org.apache.camel.model.rest.RestDefinition>>Exceptionpublic Class<?> getObjectType()
getObjectType in interface FactoryBean<List<org.apache.camel.model.rest.RestDefinition>>public boolean isSingleton()
isSingleton in interface FactoryBean<List<org.apache.camel.model.rest.RestDefinition>>Apache Camel