Class ProcessorUtil
java.lang.Object
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ProcessorUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic Stringabsolutize(String name) static StringclassNameToFilePath(String className) static Nodestatic StringgetAbsolutePath(String location) static org.apache.cxf.tools.common.model.DefaultValueWritergetDefaultValueWriter(org.apache.cxf.service.model.MessagePartInfo part, org.apache.cxf.tools.common.ToolContext context) static org.apache.cxf.tools.common.model.DefaultValueWritergetDefaultValueWriterForWrappedElement(org.apache.cxf.service.model.MessagePartInfo part, org.apache.cxf.tools.common.ToolContext context, QName subElement) static QNamegetElementName(org.apache.cxf.service.model.MessagePartInfo part) static StringgetFileOrURLName(String fileOrURL) static StringgetFullClzName(org.apache.cxf.service.model.MessagePartInfo part, org.apache.cxf.tools.common.ToolContext context, boolean primitiveType) static Stringstatic QNamegetMappedElementName(org.apache.cxf.service.model.MessagePartInfo part, org.apache.cxf.tools.common.ToolContext env) static StringgetPartType(org.apache.cxf.service.model.MessagePartInfo part) static StringgetType(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) getWrappedElementQNames(org.apache.cxf.tools.common.ToolContext context, QName partElement) static URLgetWSDLURL(String location) static booleanisSchemaFormQualified(org.apache.cxf.tools.common.ToolContext context, QName partElement) static StringmangleNameToVariableName(String vName) static StringparsePackageName(String namespace, String defaultPackageName) static StringresolvePartName(org.apache.cxf.service.model.MessagePartInfo part) static StringresolvePartNamespace(org.apache.cxf.service.model.MessagePartInfo part) static StringresolvePartType(org.apache.cxf.service.model.MessagePartInfo part) static StringresolvePartType(org.apache.cxf.service.model.MessagePartInfo part, org.apache.cxf.tools.common.ToolContext env) static StringresolvePartType(org.apache.cxf.service.model.MessagePartInfo part, org.apache.cxf.tools.common.ToolContext context, boolean fullName)
-
Method Details
-
resolvePartName
-
getPartType
-
resolvePartType
-
getType
public static String getType(org.apache.cxf.service.model.MessagePartInfo part, org.apache.cxf.tools.common.ToolContext context, boolean fullname) -
getDefaultValueWriter
public static org.apache.cxf.tools.common.model.DefaultValueWriter getDefaultValueWriter(org.apache.cxf.service.model.MessagePartInfo part, org.apache.cxf.tools.common.ToolContext context) -
getDefaultValueWriterForWrappedElement
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) -
getElementName
-
getMappedElementName
public static QName getMappedElementName(org.apache.cxf.service.model.MessagePartInfo part, org.apache.cxf.tools.common.ToolContext env) -
resolvePartType
public static String resolvePartType(org.apache.cxf.service.model.MessagePartInfo part, org.apache.cxf.tools.common.ToolContext env) -
resolvePartType
public static String resolvePartType(org.apache.cxf.service.model.MessagePartInfo part, org.apache.cxf.tools.common.ToolContext context, boolean fullName) -
resolvePartNamespace
-
mangleNameToVariableName
-
parsePackageName
-
getAbsolutePath
- Throws:
IOException
-
getWSDLURL
- Throws:
Exception
-
classNameToFilePath
-
getFullClzName
public static String getFullClzName(org.apache.cxf.service.model.MessagePartInfo part, org.apache.cxf.tools.common.ToolContext context, boolean primitiveType) -
getFileOrURLName
-
absolutize
-
getHandlerConfigFileName
-
cloneNode
- Throws:
DOMException
-
getWrappedElementQNames
-
getWrappedElement
public static List<WrapperElement> getWrappedElement(org.apache.cxf.tools.common.ToolContext context, QName partElement) -
isSchemaFormQualified
public static boolean isSchemaFormQualified(org.apache.cxf.tools.common.ToolContext context, QName partElement)
-