org.apache.tuscany.sca.implementation.bpel.impl
Class BPELFactoryImpl

java.lang.Object
  extended by org.apache.tuscany.sca.implementation.bpel.impl.BPELFactoryImpl
All Implemented Interfaces:
BPELFactory

public class BPELFactoryImpl
extends java.lang.Object
implements BPELFactory

A factory for the BPEL implementation model.


Constructor Summary
BPELFactoryImpl(ModelFactoryExtensionPoint modelFactories)
           
 
Method Summary
 BPELImplementation createBPELImplementation()
          Creates a new BPEL implementation.
 BPELProcessDefinition createBPELProcessDefinition()
          Creates a new BPEL Process Definition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BPELFactoryImpl

public BPELFactoryImpl(ModelFactoryExtensionPoint modelFactories)
Method Detail

createBPELImplementation

public BPELImplementation createBPELImplementation()
Description copied from interface: BPELFactory
Creates a new BPEL implementation.

Specified by:
createBPELImplementation in interface BPELFactory
Returns:

createBPELProcessDefinition

public BPELProcessDefinition createBPELProcessDefinition()
Description copied from interface: BPELFactory
Creates a new BPEL Process Definition

Specified by:
createBPELProcessDefinition in interface BPELFactory
Returns: