org.apache.ode.bpel.compiler.bom
Class BpelObjectFactory
java.lang.Object
org.apache.ode.bpel.compiler.bom.BpelObjectFactory
public class BpelObjectFactory
- extends java.lang.Object
Field Summary |
static java.lang.String |
WSDL
|
static java.lang.String |
XML
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDL
public static final java.lang.String WSDL
- See Also:
- Constant Field Values
XML
public static final java.lang.String XML
- See Also:
- Constant Field Values
BpelObjectFactory
public BpelObjectFactory()
getInstance
public static BpelObjectFactory getInstance()
createBpelObject
public BpelObject createBpelObject(org.w3c.dom.Element el,
java.net.URI uri)
parse
public Process parse(org.xml.sax.InputSource isrc,
java.net.URI systemURI)
throws java.io.IOException,
org.xml.sax.SAXException
- Parse a BPEL process found at the input source.
- Parameters:
isrc
- input source.
- Returns:
-
- Throws:
org.xml.sax.SAXException
java.io.IOException