bexee.model
Class BPELProcessFactoryImpl

java.lang.Object
  extended bybexee.model.BPELProcessFactory
      extended bybexee.model.BPELProcessFactoryImpl

public class BPELProcessFactoryImpl
extends BPELProcessFactory

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.

Version:
$Revision: 1.1 $, $Date: 2004/12/15 14:18:10 $
Author:
Patric Fornasier, Pawel Kowalski

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

BPELProcessFactoryImpl

public BPELProcessFactoryImpl()
Method Detail

createBPELProcess

public BPELProcess createBPELProcess(java.io.InputStream bpelDocumentStream)
                              throws BPELDocumentException
Create a BPELProcess for the BPEL document passed as an InputStream.

Specified by:
createBPELProcess in class BPELProcessFactory
Returns:
a BPELProcess implementation
Throws:
BPELDocumentException

getRulesURL

public java.net.URL getRulesURL()
Get the URL of the Digester rules file. The parsing of BPEL xml documents and transformation into object representations is controlled by these rules.

Returns:
the URL with rules descriptions


Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.