|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.technicalconnector.ws.feature.GenericFeature
public abstract class GenericFeature
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 |
|---|
public abstract String getID()
public boolean isEnabled()
true if this feature is enabled.
true if and only if the feature is enabled .public abstract List<Handler<?>> getHandlers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||