Package org.somda.sdc.dpws.soap
Class CommunicationContext
- java.lang.Object
-
- org.somda.sdc.dpws.soap.CommunicationContext
-
public class CommunicationContext extends Object
Utility class to wrap application and transport layer information.
-
-
Constructor Summary
Constructors Constructor Description CommunicationContext(ApplicationInfo applicationInfo, TransportInfo transportInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationInfogetApplicationInfo()TransportInfogetTransportInfo()
-
-
-
Constructor Detail
-
CommunicationContext
public CommunicationContext(ApplicationInfo applicationInfo, TransportInfo transportInfo)
-
-
Method Detail
-
getApplicationInfo
public ApplicationInfo getApplicationInfo()
-
getTransportInfo
public TransportInfo getTransportInfo()
-
-