Uses of Class
org.somda.sdc.dpws.soap.wseventing.model.WsEventingStatus
-
Packages that use WsEventingStatus Package Description org.somda.sdc.dpws.device Device implementation of DPWS.org.somda.sdc.dpws.soap.wseventing WS-Eventing plugin for SOAP.org.somda.sdc.dpws.soap.wseventing.model Internal WS-Eventing model items. -
-
Uses of WsEventingStatus in org.somda.sdc.dpws.device
Methods in org.somda.sdc.dpws.device with parameters of type WsEventingStatus Modifier and Type Method Description voidEventSourceAccess. subscriptionEndToAll(WsEventingStatus status)Sends a subscription end message to all subscribers and shut down connected subscriptions.voidWebService. subscriptionEndToAll(WsEventingStatus status) -
Uses of WsEventingStatus in org.somda.sdc.dpws.soap.wseventing
Methods in org.somda.sdc.dpws.soap.wseventing with parameters of type WsEventingStatus Modifier and Type Method Description voidEventSource. subscriptionEndToAll(WsEventingStatus status)Sends a subscription end to all event sinks.voidEventSourceInterceptor. subscriptionEndToAll(WsEventingStatus status) -
Uses of WsEventingStatus in org.somda.sdc.dpws.soap.wseventing.model
Methods in org.somda.sdc.dpws.soap.wseventing.model that return WsEventingStatus Modifier and Type Method Description static WsEventingStatusWsEventingStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WsEventingStatus[]WsEventingStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-