java.lang.Object
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ProcessorUtil

public final class ProcessorUtil extends Object
  • Method Details

    • 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)
    • mangleNameToVariableName

      public static String mangleNameToVariableName(String vName)
    • parsePackageName

      public static String parsePackageName(String namespace, String defaultPackageName)
    • getAbsolutePath

      public static String getAbsolutePath(String location) throws IOException
      Throws:
      IOException
    • getWSDLURL

      public static URL getWSDLURL(String location) throws Exception
      Throws:
      Exception
    • classNameToFilePath

      public static String classNameToFilePath(String className)
    • getFullClzName

      public static String getFullClzName(org.apache.cxf.service.model.MessagePartInfo part, org.apache.cxf.tools.common.ToolContext context, boolean primitiveType)
    • getFileOrURLName

      public static String getFileOrURLName(String fileOrURL)
    • absolutize

      public static String absolutize(String name)
    • getHandlerConfigFileName

      public static String getHandlerConfigFileName(String name)
    • 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)