Default endpoint factory implementation uses registered endpoint components in Spring application context to create endpoint from given endpoint uri. If endpoint bean name is given factory directly creates from application context. If endpoint uri is given factory tries to find proper endpoint component in application context and in default endpoint component configuration. Default endpoint components are listed in property file reference where key is the component name and value is the fully qualified class name of the implementing endpoint component class.
@author Christoph Deppisch
@since 1.4.1
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.