public class ProcessAnalyzer extends Object
Constructor and Description |
---|
ProcessAnalyzer() |
Modifier and Type | Method and Description |
---|---|
static ProcessInfo |
analyze(BPELServiceInstanceReader reader) |
static BPEL |
analyzeBPEL(byte[] body) |
static WSDL |
analyzeWsdl(byte[] body) |
static void |
resolve(BPEL bpel,
Map<URI,WSDL> wsdls) |
public static ProcessInfo analyze(BPELServiceInstanceReader reader) throws IOException, MalformedURLException, SAXException, ProcessAnalysisException, URISyntaxException
public static BPEL analyzeBPEL(byte[] body) throws SAXException, URISyntaxException, XPathExpressionException
public static WSDL analyzeWsdl(byte[] body) throws MalformedURLException, SAXException, URISyntaxException
public static void resolve(BPEL bpel, Map<URI,WSDL> wsdls) throws ProcessAnalysisException, URISyntaxException