public abstract class SoapWsdlParser extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected static org.slf4j.Logger |
logger |
| 构造器和说明 |
|---|
SoapWsdlParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
buildSoapXml(String soapNameSpace,
String inputName,
Object requestBody) |
static org.dom4j.Element |
findElementByName(org.dom4j.Element rootElement,
String element,
String nameValue) |
static org.dom4j.Element |
findOperationElement(org.dom4j.Element rootElement,
String typeName) |
static org.dom4j.Element |
findTypeElement(org.dom4j.Element rootElement,
String typeName) |
static String |
getSoapActionInputName(org.dom4j.Element rootElement,
String actionName) |
static List<String> |
getSoapActionList(org.dom4j.Element rootElement) |
static Map<String,String> |
getSoapActionParams(org.dom4j.Element rootElement,
String actionName) |
static String |
getSoapNameSpace(org.dom4j.Element rootElement) |
static Map<String,String> |
mapElementType(org.dom4j.Element operationElem) |
public static org.dom4j.Element findTypeElement(org.dom4j.Element rootElement,
String typeName)
public static String getSoapNameSpace(org.dom4j.Element rootElement)
public static org.dom4j.Element findOperationElement(org.dom4j.Element rootElement,
String typeName)
public static org.dom4j.Element findElementByName(org.dom4j.Element rootElement,
String element,
String nameValue)
public static String getSoapActionInputName(org.dom4j.Element rootElement, String actionName)
public static Map<String,String> getSoapActionParams(org.dom4j.Element rootElement, String actionName)
Copyright © 2025 江苏南大先腾信息产业股份有限公司. All rights reserved.