Uses of Class
be.ehealth.technicalconnector.ws.domain.HandlerPosition

Packages that use HandlerPosition
be.ehealth.technicalconnector.ws.domain   
 

Uses of HandlerPosition in be.ehealth.technicalconnector.ws.domain
 

Methods in be.ehealth.technicalconnector.ws.domain that return HandlerPosition
static HandlerPosition HandlerPosition.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HandlerPosition[] HandlerPosition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in be.ehealth.technicalconnector.ws.domain with parameters of type HandlerPosition
 List<Handler<?>> HandlerChain.getHandlers(HandlerPosition position)
           
 HandlerChain HandlerChain.register(HandlerPosition position, SOAPHandler<?> handler)
          Method to register a SOAPHandler within a certain Position
 HandlerChain HandlerChain.registerHandler(HandlerPosition position, SOAPHandler<?> handler)
          Deprecated. please use register
 HandlerChain HandlerChain.unregisterHandler(HandlerPosition position, SOAPHandler<?> handler)
           
 




Connector Packaging TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.