JavaComponent
is a Java {@link Component} implementation used toinvoke Java component implementations. A JavaComponent
uses an {@link ObjectFactory} to specify the object instance's source and allows forsingleton and prototype implementations to be used along with other custom {@link ObjectFactory} that allow component instances to be obtained fromcontainers such as Spring. A JavaComponent
uses a customizable {@link EntryPointResolverSet} in order to resolve which method should be used forinvocation and allows java bindings to be configure. Java Component bindings, if implemented by the JavaComponent implementation, uses a component instance proxy to implement interface methods using calls to outbound endpoints.
|
|
|
|
|
|
|
|
|
|
|
|