org.apache.wsif.mapping
Class MappingHelper

java.lang.Object
  extended by org.apache.wsif.mapping.MappingHelper

public class MappingHelper
extends java.lang.Object

Helper class for use by WSIFMapper implementations

Author:
Owen Burroughs

Constructor Summary
MappingHelper()
           
 
Method Summary
static void populateWithStandardXMLJavaMappings(java.util.Map map, java.lang.String xsdSchemaURI, boolean addNonXSDTypes)
          Populate a map with the standard xml type -> Java class name mappings
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingHelper

public MappingHelper()
Method Detail

populateWithStandardXMLJavaMappings

public static void populateWithStandardXMLJavaMappings(java.util.Map map,
                                                       java.lang.String xsdSchemaURI,
                                                       boolean addNonXSDTypes)
Populate a map with the standard xml type -> Java class name mappings

Parameters:
map - A map to popultate with mappings
xsdSchemaURI - The xsd schema URI for xsd simple types being mapped
addNonXSDTypes - Flag to indicate whether or not to include mappings for SOAP-ENC simple types and Apache SOAP defined, Java collection class mappings


Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.