Methods
Modifier and Type |
Method and Description |
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 String |
document2String(Document doc) |
static Map |
parseQueryData(String queryData) |
static String |
printNode(Node node) |
static String |
sanitize(String str)
It returns Sanitize string.
|
static NodeList |
selectNodeList(Document doc,
String strXpath) |
static List |
selectNodes(Document doc,
String xpath) |
static List |
selectNodes(Document doc,
String xpath,
Map namespaces) |
static Object |
selectSingleNode(Document doc,
String xpath) |
static Object |
selectSingleNode(Document doc,
String xpath,
Map namespaces) |
static Document |
string2Document(String xml) |