| Package | Description |
|---|---|
| org.apache.camel.component.box | |
| org.apache.camel.component.box.internal |
| Modifier and Type | Method and Description |
|---|---|
BoxApiName |
BoxConfiguration.getApiName()
What kind of operation to perform
|
protected BoxApiName |
BoxComponent.getApiName(String apiNameStr) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
BoxComponent.createEndpoint(String uri,
String methodName,
BoxApiName apiName,
BoxConfiguration endpointConfiguration) |
void |
BoxConfiguration.setApiName(BoxApiName apiName)
What kind of operation to perform
|
| Constructor and Description |
|---|
BoxEndpoint(String uri,
BoxComponent component,
BoxApiName apiName,
String methodName,
BoxConfiguration endpointConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
static BoxApiName |
BoxApiName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoxApiName[] |
BoxApiName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BoxConfiguration |
BoxApiCollection.getEndpointConfiguration(BoxApiName apiName) |
Apache Camel