Class ProcessorUtil
- java.lang.Object
-
- org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ProcessorUtil
-
public final class ProcessorUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringabsolutize(String name)static StringclassNameToFilePath(String className)static NodecloneNode(Document document, Node node, boolean deep)static 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 StringgetHandlerConfigFileName(String name)static 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)static List<QName>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 Detail
-
resolvePartName
public static String resolvePartName(org.apache.cxf.service.model.MessagePartInfo part)
-
getPartType
public static String getPartType(org.apache.cxf.service.model.MessagePartInfo part)
-
resolvePartType
public static String resolvePartType(org.apache.cxf.service.model.MessagePartInfo part)
-
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
public static QName getElementName(org.apache.cxf.service.model.MessagePartInfo part)
-
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
public static String resolvePartNamespace(org.apache.cxf.service.model.MessagePartInfo part)
-
parsePackageName
public static String parsePackageName(String namespace, String defaultPackageName)
-
getAbsolutePath
public static String getAbsolutePath(String location) throws IOException
- Throws:
IOException
-
getFullClzName
public static String getFullClzName(org.apache.cxf.service.model.MessagePartInfo part, org.apache.cxf.tools.common.ToolContext context, boolean primitiveType)
-
cloneNode
public static Node cloneNode(Document document, Node node, boolean deep) throws DOMException
- Throws:
DOMException
-
getWrappedElementQNames
public static List<QName> getWrappedElementQNames(org.apache.cxf.tools.common.ToolContext context, QName partElement)
-
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)
-
-