Package org.adempiere.base
Interface IShipmentProcessorFactory
-
- All Known Implementing Classes:
DefaultShipmentProcessorFactory
public interface IShipmentProcessorFactory
- Author:
- hengsin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IShipmentProcessor
newShipmentProcessorInstance(String className)
Create new shipment processor instance
-
-
-
Method Detail
-
newShipmentProcessorInstance
IShipmentProcessor newShipmentProcessorInstance(String className)
Create new shipment processor instance- Parameters:
className
-- Returns:
- shipment processor instance
-
-