|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object bexee.model.BPELProcessFactory bexee.model.BPELProcessFactoryImpl
This is a factory class used for the creation of object representations of BPEL processes. Such an representation is defined by a specified BPEL document.
Constructor Summary | |
BPELProcessFactoryImpl()
|
Method Summary | |
BPELProcess |
createBPELProcess(java.io.InputStream bpelDocumentStream)
Create a BPELProcess for the BPEL document passed as an
InputStream . |
java.net.URL |
getRulesURL()
Get the URL of the Digester rules file. |
Methods inherited from class bexee.model.BPELProcessFactory |
getInstance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BPELProcessFactoryImpl()
Method Detail |
public BPELProcess createBPELProcess(java.io.InputStream bpelDocumentStream) throws BPELDocumentException
BPELProcess
for the BPEL document passed as an
InputStream
.
createBPELProcess
in class BPELProcessFactory
BPELProcess
implementation
BPELDocumentException
public java.net.URL getRulesURL()
URL
of the Digester rules file. The parsing of
BPEL xml documents and transformation into object representations is
controlled by these rules.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |