Interface ShippingLabelProviderService
- 
- All Known Implementing Classes:
 DefaultShippingLabelProviderService
public interface ShippingLabelProviderServiceService to facilitate finding the appropriateShippingLabelProviderfor a fulfillment option.- Author:
 - Cade Rea (cade-rea)
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<ShippingLabelProvider>getShippingLabelProvider(String fulfillmentOptionName)Get the appropriateShippingLabelProviderfrom the givenFulfillmentOptionname. 
 - 
 
- 
- 
Method Detail
- 
getShippingLabelProvider
Optional<ShippingLabelProvider> getShippingLabelProvider(String fulfillmentOptionName)
Get the appropriateShippingLabelProviderfrom the givenFulfillmentOptionname.- Parameters:
 fulfillmentOptionName- The name of theFulfillmentOption.- Returns:
 - the 
ShippingLabelProviderthat corresponds to the given fulfillmentOptionName. 
 
 - 
 
 -