Package design.pattern.creational
Interface FactoryMethod
public interface FactoryMethod
FactoryMethod
will have individual factory method classes
XMLMessageMessageFactoryMethod
, JSONMessageMessageFactoryMethod
for every instances needed XMLMessage
, JSONMessage
and we cannot
go with SimpleFactory
since the Message
might be extended by different
concrete classes in the future