org.apache.ws.resource.tool
Class GenerationUtils

java.lang.Object
  extended byorg.apache.ws.resource.tool.GenerationUtils

public abstract class GenerationUtils
extends java.lang.Object

TODO

Author:
Ian Springer (ian DOT springer AT hp DOT com)

Constructor Summary
GenerationUtils()
           
 
Method Summary
static java.lang.String getJavaPackageName(java.lang.String nsURI)
           
static java.util.Map getOperationInfoMap(ResourceDefinition resourceDef)
           
static java.lang.String getPrefix(java.lang.String nsURI)
          Generates a valid concise prefix for the specified namespace URI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerationUtils

public GenerationUtils()
Method Detail

getJavaPackageName

public static java.lang.String getJavaPackageName(java.lang.String nsURI)

getPrefix

public static java.lang.String getPrefix(java.lang.String nsURI)
Generates a valid concise prefix for the specified namespace URI. Guaranteed to never return the same prefix for two different namespaces.

Parameters:
nsURI - the namespace URI
Returns:
the prefix

getOperationInfoMap

public static java.util.Map getOperationInfoMap(ResourceDefinition resourceDef)


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.