|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.java2wsdl.MappingSet
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(java.util.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 |
public MappingSet()
Method Detail |
public void addMapping(NamespaceMapping mapping)
mapping
- public void addMappingSet(MappingSet mappingset)
mappingset
- public void execute(java.util.HashMap map, boolean packageIsKey)
execute
in interface Mapper
map
- map to map intopackageIsKey
- if the package is to be the key for the map
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |