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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    de.gematik.ws.conn.eventservice.v7.GetCardsResponse
    getCards(de.gematik.ws.conn.eventservice.v7.GetCards parameter)
     
    de.gematik.ws.conn.eventservice.v7.GetCardTerminalsResponse
    getCardTerminals(de.gematik.ws.conn.eventservice.v7.GetCardTerminals parameter)
     
    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)
     
    de.gematik.ws.conn.eventservice.v7.GetSubscriptionResponse
    getSubscription(de.gematik.ws.conn.eventservice.v7.GetSubscription parameter)
     
    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)
     
    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)
     
    de.gematik.ws.conn.connectorcommon.v5.Status
    unsubscribe(de.gematik.ws.conn.connectorcontext.v2.ContextType context, String subscriptionID, String eventTo)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SKEventServicePortType

      public SKEventServicePortType(SoftKonCore softKonCore)
  • 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:
      subscribe in interface de.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:
      unsubscribe in interface de.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:
      getSubscription in interface de.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:
      getResourceInformation in interface de.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:
      getCardTerminals in interface de.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:
      getCards in interface de.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:
      renewSubscriptions in interface de.gematik.ws.conn.eventservice.wsdl.v7.EventServicePortType