org.apache.tuscany.sca.policy.impl
Class IntentAttachPointTypeFactoryImpl

java.lang.Object
  extended by org.apache.tuscany.sca.policy.impl.IntentAttachPointTypeFactoryImpl
All Implemented Interfaces:
IntentAttachPointTypeFactory
Direct Known Subclasses:
DefaultIntentAttachPointTypeFactory

public class IntentAttachPointTypeFactoryImpl
extends java.lang.Object
implements IntentAttachPointTypeFactory

Default implementation for IntentAttachPointTypeFactory


Constructor Summary
IntentAttachPointTypeFactoryImpl()
           
 
Method Summary
 IntentAttachPointType createBindingType()
          Creates an BindingTypeImpl instance to hold metadata related to a particular binding extension in the SCA Domain
 IntentAttachPointType createImplementationType()
          Creates an ImplementationTypeImpl instance to hold metadata related to a particular implementation extension in the SCA Domain
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntentAttachPointTypeFactoryImpl

public IntentAttachPointTypeFactoryImpl()
Method Detail

createBindingType

public IntentAttachPointType createBindingType()
Description copied from interface: IntentAttachPointTypeFactory
Creates an BindingTypeImpl instance to hold metadata related to a particular binding extension in the SCA Domain

Specified by:
createBindingType in interface IntentAttachPointTypeFactory
Returns:
an instance of IntentAttachPointType

createImplementationType

public IntentAttachPointType createImplementationType()
Description copied from interface: IntentAttachPointTypeFactory
Creates an ImplementationTypeImpl instance to hold metadata related to a particular implementation extension in the SCA Domain

Specified by:
createImplementationType in interface IntentAttachPointTypeFactory
Returns:
an instance of IntentAttachPointType