Uses of Class
org.somda.sdc.dpws.CommunicationLog.TransportType
-
Packages that use CommunicationLog.TransportType Package Description org.somda.sdc.dpws Contains a DPWS implementation. -
-
Uses of CommunicationLog.TransportType in org.somda.sdc.dpws
Methods in org.somda.sdc.dpws that return CommunicationLog.TransportType Modifier and Type Method Description static CommunicationLog.TransportTypeCommunicationLog.TransportType. valueOf(String name)Returns the enum constant of this type with the specified name.static CommunicationLog.TransportType[]CommunicationLog.TransportType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-