org.apache.tuscany.sca.policy
Interface IntentAttachPointTypeFactory

All Known Implementing Classes:
DefaultIntentAttachPointTypeFactory, IntentAttachPointTypeFactoryImpl

public interface IntentAttachPointTypeFactory

Factory interface for creating extension types meta data


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
 

Method Detail

createImplementationType

IntentAttachPointType createImplementationType()
Creates an ImplementationTypeImpl instance to hold metadata related to a particular implementation extension in the SCA Domain

Returns:
an instance of IntentAttachPointType

createBindingType

IntentAttachPointType createBindingType()
Creates an BindingTypeImpl instance to hold metadata related to a particular binding extension in the SCA Domain

Returns:
an instance of IntentAttachPointType