Package ch.tocco.nice2.dms.impl.tree
Class NodeServicePointHolderImpl
java.lang.Object
ch.tocco.nice2.dms.impl.tree.NodeServicePointHolderImpl
- All Implemented Interfaces:
NodeServicePointHolder
-
Constructor Summary
ConstructorsConstructorDescriptionNodeServicePointHolderImpl(org.springframework.context.ApplicationContext applicationContext) -
Method Summary
-
Constructor Details
-
NodeServicePointHolderImpl
public NodeServicePointHolderImpl(org.springframework.context.ApplicationContext applicationContext)
-
-
Method Details
-
get
Description copied from interface:NodeServicePointHolderGet the service point for the given interface class.- Specified by:
getin interfaceNodeServicePointHolder- Parameters:
serviceClass- The interface class.- Returns:
- the service point.
-