org.apache.tuscany.sca.assembly.builder.impl
Class EndpointBuilderImpl

java.lang.Object
  extended by org.apache.tuscany.sca.assembly.builder.impl.EndpointBuilderImpl
All Implemented Interfaces:
EndpointBuilder
Direct Known Subclasses:
DefaultEndpointBuilder

public abstract class EndpointBuilderImpl
extends java.lang.Object
implements EndpointBuilder

A factory for the Endpoint model.


Constructor Summary
EndpointBuilderImpl(Monitor monitor)
           
 
Method Summary
 void build(Endpoint endpoint)
          Resolve an endpoint against the provided target information and the set of candidate bindings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointBuilderImpl

public EndpointBuilderImpl(Monitor monitor)
Method Detail

build

public void build(Endpoint endpoint)
Resolve an endpoint against the provided target information and the set of candidate bindings.

Specified by:
build in interface EndpointBuilder