Package org.apache.ws.java2wsdl
Class MappingSet
- java.lang.Object
-
- org.apache.ws.java2wsdl.MappingSet
-
-
Constructor Summary
Constructors Constructor Description MappingSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addMapping(NamespaceMapping mapping)
add a new mappingvoid
addMappingSet(MappingSet mappingset)
add a mappingset inside this onevoid
execute(HashMap map, boolean packageIsKey)
execute by mapping everything iteratively and recursively
-
-
-
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
-
-
-