Package org.somda.sdc.dpws.factory
Interface CommunicationLogFactory
public interface CommunicationLogFactory
Factory to create CommunicationLog instances.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a CommunicationLog instance receiving with no additional context info.Creates a CommunicationLog instance receiving a log context.
-
Method Details
-
createCommunicationLog
Creates a CommunicationLog instance receiving a log context.- Parameters:
context- the context information passed to theCommunicationLoginstance.- Returns:
- a new
CommunicationLoginstance.
-
createCommunicationLog
CommunicationLog createCommunicationLog()Creates a CommunicationLog instance receiving with no additional context info.- Returns:
- a new
CommunicationLoginstance.
-