Uses of Class
org.apache.camel.component.box.internal.BoxApiName
-
Packages that use BoxApiName Package Description org.apache.camel.component.box org.apache.camel.component.box.internal -
-
Uses of BoxApiName in org.apache.camel.component.box
Methods in org.apache.camel.component.box that return BoxApiName Modifier and Type Method Description protected BoxApiName
BoxComponent. getApiName(String apiNameStr)
BoxApiName
BoxConfiguration. getApiName()
What kind of operation to performMethods in org.apache.camel.component.box with parameters of type BoxApiName Modifier and Type Method 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 performConstructors in org.apache.camel.component.box with parameters of type BoxApiName Constructor Description BoxEndpoint(String uri, BoxComponent component, BoxApiName apiName, String methodName, BoxConfiguration endpointConfiguration)
-
Uses of BoxApiName in org.apache.camel.component.box.internal
Methods in org.apache.camel.component.box.internal that return BoxApiName Modifier and Type Method 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.Methods in org.apache.camel.component.box.internal with parameters of type BoxApiName Modifier and Type Method Description BoxConfiguration
BoxApiCollection. getEndpointConfiguration(BoxApiName apiName)
-