org.apache.tuscany.sca.assembly.builder
Interface EndpointBuilder

All Known Implementing Classes:
DefaultEndpointBuilder, EndpointBuilderImpl

public interface EndpointBuilder

A builder that handles the configuration of reference endpoints It collects together the logic so that it can be used at build time or later on during late binding scenarios


Method Summary
 void build(Endpoint endpoint)
          Build an endpoint.
 

Method Detail

build

void build(Endpoint endpoint)
Build an endpoint.

Parameters:
endpoint -