Package org.somda.sdc.dpws.soap
Class CommunicationContext
-
- All Implemented Interfaces:
public class CommunicationContextUtility class to wrap application and transport layer information.
-
-
Field Summary
Fields Modifier and Type Field Description public final ApplicationInfoapplicationInfopublic final TransportInfotransportInfopublic final CommunicationLogContextcommunicationLogContext
-
Constructor Summary
Constructors Constructor Description CommunicationContext(ApplicationInfo applicationInfo, TransportInfo transportInfo, CommunicationLogContext communicationLogContext)
-
Method Summary
Modifier and Type Method Description ApplicationInfogetApplicationInfo()TransportInfogetTransportInfo()CommunicationLogContextgetCommunicationLogContext()-
-
Constructor Detail
-
CommunicationContext
CommunicationContext(ApplicationInfo applicationInfo, TransportInfo transportInfo, CommunicationLogContext communicationLogContext)
-
-
Method Detail
-
getApplicationInfo
ApplicationInfo getApplicationInfo()
-
getTransportInfo
TransportInfo getTransportInfo()
-
getCommunicationLogContext
@Nullable() CommunicationLogContext getCommunicationLogContext()
-
-
-
-