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(org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType subscriptionManagerEpr, Duration expires, org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType notifyTo, org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType endTo, List<Object> filters, String filterDialect)Creates aSinkSubscriptionManagerinstance.
-