public class BpelObjectFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
WSDL |
static java.lang.String |
XML |
Constructor and Description |
---|
BpelObjectFactory() |
Modifier and Type | Method and Description |
---|---|
BpelObject |
createBpelObject(org.w3c.dom.Element el,
java.net.URI uri) |
static BpelObjectFactory |
getInstance() |
Process |
parse(org.xml.sax.InputSource isrc,
java.net.URI systemURI)
Parse a BPEL process found at the input source.
|
public static final java.lang.String WSDL
public static final java.lang.String XML
public static BpelObjectFactory getInstance()
public BpelObject createBpelObject(org.w3c.dom.Element el, java.net.URI uri)
public Process parse(org.xml.sax.InputSource isrc, java.net.URI systemURI) throws java.io.IOException, org.xml.sax.SAXException
isrc
- input source.org.xml.sax.SAXException
java.io.IOException