Package de.gematik.bbriccs.konnektor
Class SKEventServicePortType
java.lang.Object
de.gematik.bbriccs.konnektor.SoftKonServicePortType
de.gematik.bbriccs.konnektor.SKEventServicePortType
- All Implemented Interfaces:
de.gematik.ws.conn.eventservice.wsdl.v7.EventServicePortType
public class SKEventServicePortType
extends SoftKonServicePortType
implements de.gematik.ws.conn.eventservice.wsdl.v7.EventServicePortType
-
Field Summary
Fields inherited from class de.gematik.bbriccs.konnektor.SoftKonServicePortType
softKonCore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.gematik.ws.conn.eventservice.v7.GetCardsResponsegetCards(de.gematik.ws.conn.eventservice.v7.GetCards parameter) de.gematik.ws.conn.eventservice.v7.GetCardTerminalsResponsegetCardTerminals(de.gematik.ws.conn.eventservice.v7.GetCardTerminals parameter) voidgetResourceInformation(de.gematik.ws.conn.connectorcontext.v2.ContextType context, String ctId, BigInteger slotId, String iccsn, String cardHandle, jakarta.xml.ws.Holder<de.gematik.ws.conn.connectorcommon.v5.Status> status, jakarta.xml.ws.Holder<de.gematik.ws.conn.cardservice.v8.CardInfoType> card, jakarta.xml.ws.Holder<de.gematik.ws.conn.cardterminalinfo.v8.CardTerminalInfoType> cardTerminal, jakarta.xml.ws.Holder<de.gematik.ws.conn.connectorcommon.v5.Connector> connector) de.gematik.ws.conn.eventservice.v7.GetSubscriptionResponsegetSubscription(de.gematik.ws.conn.eventservice.v7.GetSubscription parameter) voidrenewSubscriptions(de.gematik.ws.conn.connectorcontext.v2.ContextType context, List<String> subscriptionID, jakarta.xml.ws.Holder<de.gematik.ws.conn.connectorcommon.v5.Status> status, jakarta.xml.ws.Holder<de.gematik.ws.conn.eventservice.v7.RenewSubscriptionsResponse.SubscribeRenewals> subscribeRenewals) voidsubscribe(de.gematik.ws.conn.connectorcontext.v2.ContextType context, de.gematik.ws.conn.eventservice.v7.SubscriptionType subscription, jakarta.xml.ws.Holder<de.gematik.ws.conn.connectorcommon.v5.Status> status, jakarta.xml.ws.Holder<String> subscriptionID, jakarta.xml.ws.Holder<XMLGregorianCalendar> terminationTime) de.gematik.ws.conn.connectorcommon.v5.Statusunsubscribe(de.gematik.ws.conn.connectorcontext.v2.ContextType context, String subscriptionID, String eventTo)
-
Constructor Details
-
SKEventServicePortType
-
-
Method Details
-
subscribe
public void subscribe(de.gematik.ws.conn.connectorcontext.v2.ContextType context, de.gematik.ws.conn.eventservice.v7.SubscriptionType subscription, jakarta.xml.ws.Holder<de.gematik.ws.conn.connectorcommon.v5.Status> status, jakarta.xml.ws.Holder<String> subscriptionID, jakarta.xml.ws.Holder<XMLGregorianCalendar> terminationTime) - Specified by:
subscribein interfacede.gematik.ws.conn.eventservice.wsdl.v7.EventServicePortType
-
unsubscribe
public de.gematik.ws.conn.connectorcommon.v5.Status unsubscribe(de.gematik.ws.conn.connectorcontext.v2.ContextType context, String subscriptionID, String eventTo) - Specified by:
unsubscribein interfacede.gematik.ws.conn.eventservice.wsdl.v7.EventServicePortType
-
getSubscription
public de.gematik.ws.conn.eventservice.v7.GetSubscriptionResponse getSubscription(de.gematik.ws.conn.eventservice.v7.GetSubscription parameter) - Specified by:
getSubscriptionin interfacede.gematik.ws.conn.eventservice.wsdl.v7.EventServicePortType
-
getResourceInformation
public void getResourceInformation(de.gematik.ws.conn.connectorcontext.v2.ContextType context, String ctId, BigInteger slotId, String iccsn, String cardHandle, jakarta.xml.ws.Holder<de.gematik.ws.conn.connectorcommon.v5.Status> status, jakarta.xml.ws.Holder<de.gematik.ws.conn.cardservice.v8.CardInfoType> card, jakarta.xml.ws.Holder<de.gematik.ws.conn.cardterminalinfo.v8.CardTerminalInfoType> cardTerminal, jakarta.xml.ws.Holder<de.gematik.ws.conn.connectorcommon.v5.Connector> connector) - Specified by:
getResourceInformationin interfacede.gematik.ws.conn.eventservice.wsdl.v7.EventServicePortType
-
getCardTerminals
public de.gematik.ws.conn.eventservice.v7.GetCardTerminalsResponse getCardTerminals(de.gematik.ws.conn.eventservice.v7.GetCardTerminals parameter) - Specified by:
getCardTerminalsin interfacede.gematik.ws.conn.eventservice.wsdl.v7.EventServicePortType
-
getCards
public de.gematik.ws.conn.eventservice.v7.GetCardsResponse getCards(de.gematik.ws.conn.eventservice.v7.GetCards parameter) - Specified by:
getCardsin interfacede.gematik.ws.conn.eventservice.wsdl.v7.EventServicePortType
-
renewSubscriptions
public void renewSubscriptions(de.gematik.ws.conn.connectorcontext.v2.ContextType context, List<String> subscriptionID, jakarta.xml.ws.Holder<de.gematik.ws.conn.connectorcommon.v5.Status> status, jakarta.xml.ws.Holder<de.gematik.ws.conn.eventservice.v7.RenewSubscriptionsResponse.SubscribeRenewals> subscribeRenewals) - Specified by:
renewSubscriptionsin interfacede.gematik.ws.conn.eventservice.wsdl.v7.EventServicePortType
-