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 BoxApiNameBoxComponent. getApiName(String apiNameStr)BoxApiNameBoxConfiguration. 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.EndpointBoxComponent. createEndpoint(String uri, String methodName, BoxApiName apiName, BoxConfiguration endpointConfiguration)voidBoxConfiguration. 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 BoxApiNameBoxApiName. 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 BoxConfigurationBoxApiCollection. getEndpointConfiguration(BoxApiName apiName)
-