Uses of Interface
org.somda.sdc.dpws.soap.wseventing.SinkSubscriptionManager
-
Packages that use SinkSubscriptionManager Package Description 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 SinkSubscriptionManager in org.somda.sdc.dpws.soap.wseventing
Classes in org.somda.sdc.dpws.soap.wseventing that implement SinkSubscriptionManager Modifier and Type Class Description classSinkSubscriptionManagerImplDefault implementation ofSinkSubscriptionManager. -
Uses of SinkSubscriptionManager in org.somda.sdc.dpws.soap.wseventing.factory
Methods in org.somda.sdc.dpws.soap.wseventing.factory that return SinkSubscriptionManager Modifier and Type Method Description SinkSubscriptionManagerSubscriptionManagerFactory. createSinkSubscriptionManager(EndpointReferenceType subscriptionManagerEpr, Duration expires, EndpointReferenceType notifyTo, EndpointReferenceType endTo, Collection<String> actions)Creates aSinkSubscriptionManagerinstance.
-