2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.endpointresolver
Interface EndpointResolverFactory<M>
- All Known Implementing Classes:
- EndpointResolverFactoryImpl, EndpointResolverFactoryImpl
public interface EndpointResolverFactory<M>
A factory for creating the runtime artifacts that resolve endpoints.
createEndpointResolver
EndpointResolver createEndpointResolver(Endpoint endpoint,
Binding binding)
- Creates a new endpoint resolver for the given component,
reference and binding.
- Parameters:
component - The runtime componentreference - The reference on the runtime componentenpoint - The endpoint assembly model object
- Returns:
- The endpoint provider
getModelType
java.lang.Class<M> getModelType()