Package org.somda.sdc.dpws.factory
Interface CommunicationLogFactory
-
public interface CommunicationLogFactoryFactory to create CommunicationLog instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommunicationLogcreateCommunicationLog()Creates a CommunicationLog instance receiving with no additional context info.
-
-
-
Method Detail
-
createCommunicationLog
CommunicationLog createCommunicationLog()
Creates a CommunicationLog instance receiving with no additional context info.- Returns:
- a new
CommunicationLoginstance.
-
-