be.ehealth.technicalconnector.ws.feature
Class GenericFeature

java.lang.Object
  extended by be.ehealth.technicalconnector.ws.feature.GenericFeature
Direct Known Subclasses:
XOPFeature

public abstract class GenericFeature
extends Object

Marker interface for GenericRequest features


Method Summary
abstract  List<Handler<?>> getHandlers()
           
abstract  String getID()
          Get the unique identifier for this WebServiceFeature.
 boolean isEnabled()
          Returns true if this feature is enabled.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getID

public abstract String getID()
Get the unique identifier for this WebServiceFeature.

Returns:
the unique identifier for this feature.

isEnabled

public boolean isEnabled()
Returns true if this feature is enabled.

Returns:
true if and only if the feature is enabled .

getHandlers

public abstract List<Handler<?>> getHandlers()



Connector Business ORGPHARMACY 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.