|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BPELImplementation
The model representing the BPEL implementation in an SCA assembly model.
| Method Summary | |
|---|---|
ComponentType |
getComponentType()
Returns the componentType for this implementation. |
ModelResolver |
getModelResolver()
Returns the model resolver that can be used to resolve WSDLs and XSDs referenced by the BPEL process. |
javax.xml.namespace.QName |
getProcess()
Get the BPEL process Name |
BPELProcessDefinition |
getProcessDefinition()
Get the BPEL process definition |
void |
setComponentType(ComponentType componentType)
Sets the componentType for this implementation |
void |
setModelResolver(ModelResolver modelResolver)
Sets the model resolver that can be used to resolve WSDLs and XSDs referenced by the BPEL process. |
void |
setProcess(javax.xml.namespace.QName processName)
Set the BPEL process Name |
void |
setProcessDefinition(BPELProcessDefinition processDefinition)
Set the BPEL process definition |
| Methods inherited from interface org.apache.tuscany.sca.assembly.ComponentType |
|---|
getConstrainingType, getProperties, getReferences, getServices, getURI, setConstrainingType, setURI |
| Methods inherited from interface org.apache.tuscany.sca.assembly.Base |
|---|
isUnresolved, setUnresolved |
| Method Detail |
|---|
javax.xml.namespace.QName getProcess()
void setProcess(javax.xml.namespace.QName processName)
processName - process QNameBPELProcessDefinition getProcessDefinition()
void setProcessDefinition(BPELProcessDefinition processDefinition)
processDefinition - ComponentType getComponentType()
void setComponentType(ComponentType componentType)
componentType - the component type to setModelResolver getModelResolver()
void setModelResolver(ModelResolver modelResolver)
modelResolver -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||