| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.implementation.bpel.ode.provider.BPELImplementationProviderFactory
public class BPELImplementationProviderFactory
BPEL Implementation provider factory We use the provider factory to instantiate a ODE server that is going to be injected in all BPEL components
| Constructor Summary | |
|---|---|
BPELImplementationProviderFactory(ExtensionPointRegistry extensionPoints)
Default constructor receiving an extension point  | 
|
| Method Summary | |
|---|---|
 ImplementationProvider | 
createImplementationProvider(RuntimeComponent component,
                             BPELImplementation implementation)
Creates a new BPEL Implementation and inject the EmbeddedODEServer  | 
 void | 
destroy()
 | 
 java.lang.Class<BPELImplementation> | 
getModelType()
The model type that this factory creates providers for.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public BPELImplementationProviderFactory(ExtensionPointRegistry extensionPoints)
extensionPoints - | Method Detail | 
|---|
public ImplementationProvider createImplementationProvider(RuntimeComponent component,
                                                           BPELImplementation implementation)
createImplementationProvider in interface ImplementationProviderFactory<BPELImplementation>component - The runtime componentimplementation - The implementation type
public java.lang.Class<BPELImplementation> getModelType()
ProviderFactory
getModelType in interface ProviderFactory<BPELImplementation>public void destroy()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||