public class AeInvokeHelper extends Object
Constructor and Description |
---|
AeInvokeHelper() |
Modifier and Type | Method and Description |
---|---|
static Document |
createDocument(String xml) |
static org.activebpel.wsio.invoke.AeInvokeResponse |
createFaultMessage(QName faultQName,
QName faultMsgQName,
Map faultData) |
static org.activebpel.wsio.invoke.AeInvokeResponse |
createOutputMessage(QName msgQName,
Map respData) |
static Map |
parseQueryData(String queryData) |
static String |
printNode(Node node) |
static NodeList |
selectNodeList(Document doc,
String strXpath) |
static Object |
selectSingleNode(Document doc,
String xpath) |
public static org.activebpel.wsio.invoke.AeInvokeResponse createOutputMessage(QName msgQName, Map respData)
public static org.activebpel.wsio.invoke.AeInvokeResponse createFaultMessage(QName faultQName, QName faultMsgQName, Map faultData)
public static NodeList selectNodeList(Document doc, String strXpath) throws XPathExpressionException
XPathExpressionException