Abstract base class for
MethodEndpoint mappings.
Subclasses typically implement
org.springframework.beans.factory.config.BeanPostProcessor to look for beans
that qualify as enpoint.
Simple subclass of
AbstractMethodEndpointMapping that maps from the local name of the request payload to
methods.Endpoint beans are registered using the endpoints property; the endpoint methods that start with
methodPrefix and end with methodSuffix will be registered.
Implementation of the EndpointMapping interface that maps to endpoint using an XPath expression.
Supports both mapping to bean instances and mapping to bean names: the latter is required for prototype endpoints.
The XPath expression can be set using the expression property.