org.apache.tuscany.sca.implementation.bpel
Interface BPELFactory

All Known Implementing Classes:
BPELFactoryImpl

public interface BPELFactory

A factory for the BPEL implementation model.


Method Summary
 BPELImplementation createBPELImplementation()
          Creates a new BPEL implementation.
 BPELProcessDefinition createBPELProcessDefinition()
          Creates a new BPEL Process Definition
 

Method Detail

createBPELImplementation

BPELImplementation createBPELImplementation()
Creates a new BPEL implementation.

Returns:

createBPELProcessDefinition

BPELProcessDefinition createBPELProcessDefinition()
Creates a new BPEL Process Definition

Returns: