public final class ProcessorUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
absolutize(String name) |
static String |
classNameToFilePath(String className) |
static Node |
cloneNode(Document document,
Node node,
boolean deep) |
static String |
getAbsolutePath(String location) |
static org.apache.cxf.tools.common.model.DefaultValueWriter |
getDefaultValueWriter(org.apache.cxf.service.model.MessagePartInfo part,
org.apache.cxf.tools.common.ToolContext context) |
static org.apache.cxf.tools.common.model.DefaultValueWriter |
getDefaultValueWriterForWrappedElement(org.apache.cxf.service.model.MessagePartInfo part,
org.apache.cxf.tools.common.ToolContext context,
QName subElement) |
static QName |
getElementName(org.apache.cxf.service.model.MessagePartInfo part) |
static String |
getFileOrURLName(String fileOrURL) |
static String |
getFullClzName(org.apache.cxf.service.model.MessagePartInfo part,
org.apache.cxf.tools.common.ToolContext context,
boolean primitiveType) |
static String |
getHandlerConfigFileName(String name) |
static QName |
getMappedElementName(org.apache.cxf.service.model.MessagePartInfo part,
org.apache.cxf.tools.common.ToolContext env) |
static String |
getPartType(org.apache.cxf.service.model.MessagePartInfo part) |
static String |
getType(org.apache.cxf.service.model.MessagePartInfo part,
org.apache.cxf.tools.common.ToolContext context,
boolean fullname) |
static List<WrapperElement> |
getWrappedElement(org.apache.cxf.tools.common.ToolContext context,
QName partElement) |
static List<QName> |
getWrappedElementQNames(org.apache.cxf.tools.common.ToolContext context,
QName partElement) |
static URL |
getWSDLURL(String location) |
static boolean |
isSchemaFormQualified(org.apache.cxf.tools.common.ToolContext context,
QName partElement) |
static String |
mangleNameToVariableName(String vName) |
static String |
parsePackageName(String namespace,
String defaultPackageName) |
static String |
resolvePartName(org.apache.cxf.service.model.MessagePartInfo part) |
static String |
resolvePartNamespace(org.apache.cxf.service.model.MessagePartInfo part) |
static String |
resolvePartType(org.apache.cxf.service.model.MessagePartInfo part) |
static String |
resolvePartType(org.apache.cxf.service.model.MessagePartInfo part,
org.apache.cxf.tools.common.ToolContext env) |
static String |
resolvePartType(org.apache.cxf.service.model.MessagePartInfo part,
org.apache.cxf.tools.common.ToolContext context,
boolean fullName) |
public static String resolvePartName(org.apache.cxf.service.model.MessagePartInfo part)
public static String getPartType(org.apache.cxf.service.model.MessagePartInfo part)
public static String resolvePartType(org.apache.cxf.service.model.MessagePartInfo part)
public static String getType(org.apache.cxf.service.model.MessagePartInfo part, org.apache.cxf.tools.common.ToolContext context, boolean fullname)
public static org.apache.cxf.tools.common.model.DefaultValueWriter getDefaultValueWriter(org.apache.cxf.service.model.MessagePartInfo part,
org.apache.cxf.tools.common.ToolContext context)
public static org.apache.cxf.tools.common.model.DefaultValueWriter getDefaultValueWriterForWrappedElement(org.apache.cxf.service.model.MessagePartInfo part,
org.apache.cxf.tools.common.ToolContext context,
QName subElement)
public static QName getElementName(org.apache.cxf.service.model.MessagePartInfo part)
public static QName getMappedElementName(org.apache.cxf.service.model.MessagePartInfo part, org.apache.cxf.tools.common.ToolContext env)
public static String resolvePartType(org.apache.cxf.service.model.MessagePartInfo part, org.apache.cxf.tools.common.ToolContext env)
public static String resolvePartType(org.apache.cxf.service.model.MessagePartInfo part, org.apache.cxf.tools.common.ToolContext context, boolean fullName)
public static String resolvePartNamespace(org.apache.cxf.service.model.MessagePartInfo part)
public static String getAbsolutePath(String location) throws IOException
IOExceptionpublic static String getFullClzName(org.apache.cxf.service.model.MessagePartInfo part, org.apache.cxf.tools.common.ToolContext context, boolean primitiveType)
public static Node cloneNode(Document document, Node node, boolean deep) throws DOMException
DOMExceptionpublic static List<QName> getWrappedElementQNames(org.apache.cxf.tools.common.ToolContext context, QName partElement)
public static List<WrapperElement> getWrappedElement(org.apache.cxf.tools.common.ToolContext context, QName partElement)
public static boolean isSchemaFormQualified(org.apache.cxf.tools.common.ToolContext context,
QName partElement)
Apache CXF