|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use BPELDocumentException | |
| bexee.admin | bexee Administration package. |
| bexee.model | Java representation of the BPEL language. |
| Uses of BPELDocumentException in bexee.admin |
| Methods in bexee.admin that throw BPELDocumentException | |
protected BPELProcess |
Manager.createBPELProcess(java.lang.String bpel)
Create a new BPELProcess given a bpel xml document. |
| Uses of BPELDocumentException in bexee.model |
| Methods in bexee.model that throw BPELDocumentException | |
BPELProcess |
BPELProcessFactoryImpl.createBPELProcess(java.io.InputStream bpelDocumentStream)
Create a BPELProcess for the BPEL document passed as an
InputStream. |
abstract BPELProcess |
BPELProcessFactory.createBPELProcess(java.io.InputStream bpelDocumentStream)
The concrete factories will have to implement this method. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||