org.apache.tuscany.sca.assembly.impl
Class EndpointFactoryImpl

java.lang.Object
  extended by org.apache.tuscany.sca.assembly.impl.EndpointFactoryImpl
All Implemented Interfaces:
EndpointFactory
Direct Known Subclasses:
DefaultEndpointFactory

public abstract class EndpointFactoryImpl
extends java.lang.Object
implements EndpointFactory

A factory for the Endpoint model.


Constructor Summary
EndpointFactoryImpl()
           
 
Method Summary
 Endpoint createEndpoint()
          Create a new endpoint model object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointFactoryImpl

public EndpointFactoryImpl()
Method Detail

createEndpoint

public Endpoint createEndpoint()
Description copied from interface: EndpointFactory
Create a new endpoint model object

Specified by:
createEndpoint in interface EndpointFactory
Returns:
a new endpoint