public class Bean extends Object implements BeanInterface
| Modifier and Type | Class and Description |
|---|---|
static class |
Bean.MapThread |
| Constructor and Description |
|---|
Bean(org.apache.camel.CamelContext context) |
| Modifier and Type | Method and Description |
|---|---|
int |
asInt(String reference,
String oid) |
long |
asLong(String reference,
String oid) |
Map<String,String> |
asMap(String reference) |
String |
asString(String reference,
String oid) |
void |
loadFromURL(String reference,
String url) |
void |
loadFromURLDebug(String reference,
String url) |
void |
loadFromURLInternal(String reference,
String url,
boolean debug) |
void |
start() |
void |
stop() |
public void start()
public void stop()
public void loadFromURL(String reference, String url) throws IOException
loadFromURL in interface BeanInterfaceIOExceptionpublic void loadFromURLDebug(String reference, String url) throws IOException
loadFromURLDebug in interface BeanInterfaceIOExceptionpublic void loadFromURLInternal(String reference, String url, boolean debug) throws IOException
IOExceptionpublic String asString(String reference, String oid)
asString in interface BeanInterfacepublic int asInt(String reference, String oid)
asInt in interface BeanInterfacepublic long asLong(String reference, String oid)
asLong in interface BeanInterfaceCopyright © 2014. All rights reserved.