public class BPELUtil extends Object
| Constructor and Description |
|---|
BPELUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getProcessName(InputStream body) |
static URI |
getTargetNamespace(InputStream body) |
static URI |
getWSBPEL_2_0_TargetNamespace(InputStream body) |
static org.apache.commons.jxpath.JXPathContext |
newBPELContext(InputStream bpel,
String bpelNSPrefix) |
static org.apache.commons.jxpath.JXPathContext |
newWSBPEL_2_0_Context(InputStream bpel,
String bpelNSPrefix) |
public static org.apache.commons.jxpath.JXPathContext newBPELContext(InputStream bpel, String bpelNSPrefix) throws IOException, SAXException
IOExceptionSAXExceptionpublic static org.apache.commons.jxpath.JXPathContext newWSBPEL_2_0_Context(InputStream bpel, String bpelNSPrefix) throws IOException, SAXException
IOExceptionSAXExceptionpublic static URI getTargetNamespace(InputStream body) throws IOException, SAXException, URISyntaxException
public static URI getWSBPEL_2_0_TargetNamespace(InputStream body) throws IOException, SAXException, URISyntaxException
public static String getProcessName(InputStream body) throws IOException, SAXException
IOExceptionSAXException