org.apache.ws.java2wsdl
Class MappingSet

java.lang.Object
  extended by org.apache.ws.java2wsdl.MappingSet
All Implemented Interfaces:
Mapper

public class MappingSet
extends Object
implements Mapper

a mappingset is a set of mappings


Constructor Summary
MappingSet()
           
 
Method Summary
 void addMapping(NamespaceMapping mapping)
          add a new mapping
 void addMappingSet(MappingSet mappingset)
          add a mappingset inside this one
 void execute(HashMap map, boolean packageIsKey)
          execute by mapping everything iteratively and recursively
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingSet

public MappingSet()
Method Detail

addMapping

public void addMapping(NamespaceMapping mapping)
add a new mapping

Parameters:
mapping -

addMappingSet

public void addMappingSet(MappingSet mappingset)
add a mappingset inside this one

Parameters:
mappingset -

execute

public void execute(HashMap map,
                    boolean packageIsKey)
execute by mapping everything iteratively and recursively

Specified by:
execute in interface Mapper
Parameters:
map - map to map into
packageIsKey - if the package is to be the key for the map


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.