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