Interface EndpointFactory
-
public interface EndpointFactory
Implemented by a class which allows to create an endpoint instance ready for hot deployment.- Author:
- K. Benedyczak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointTypeDescription
getDescription()
EndpointInstance
newInstance()
-
-
-
Method Detail
-
getDescription
EndpointTypeDescription getDescription()
-
newInstance
EndpointInstance newInstance()
-
-