Uses of Interface
org.somda.sdc.dpws.soap.wseventing.EventSink
-
Packages that use EventSink Package Description org.somda.sdc.dpws.service.factory Factories for the service package.org.somda.sdc.dpws.soap.wseventing WS-Eventing plugin for SOAP.org.somda.sdc.dpws.soap.wseventing.factory Factories for the SOAP WS-Eventing plugin. -
-
Uses of EventSink in org.somda.sdc.dpws.service.factory
Methods in org.somda.sdc.dpws.service.factory with parameters of type EventSink Modifier and Type Method Description HostedServiceProxyHostedServiceFactory. createHostedServiceProxy(HostedServiceType hostedServiceType, RequestResponseClient rrClient, String activeEprAddress, EventSink eventSink)Creates a hosted service proxy instance. -
Uses of EventSink in org.somda.sdc.dpws.soap.wseventing
Classes in org.somda.sdc.dpws.soap.wseventing that implement EventSink Modifier and Type Class Description classEventSinkImplDefault implementation ofEventSink. -
Uses of EventSink in org.somda.sdc.dpws.soap.wseventing.factory
Methods in org.somda.sdc.dpws.soap.wseventing.factory that return EventSink Modifier and Type Method Description EventSinkWsEventingEventSinkFactory. createWsEventingEventSink(RequestResponseClient requestResponseClient, String hostAddress)Creates a new WS-Eventing event sink.
-