Package org.apache.ws.java2wsdl
Interface Mapper
-
- All Known Implementing Classes:
MappingSet,NamespaceMapping
public interface Mapperinterface that namespace mappers are expected to implement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(HashMap map, boolean packageIsKey)execute the mapping
-
-
-
Method Detail
-
execute
void execute(HashMap map, boolean packageIsKey) throws org.apache.tools.ant.BuildException
execute the mapping- Parameters:
map- map to map topackageIsKey- if the package is to be the key for the map- Throws:
org.apache.tools.ant.BuildException- in case of emergency
-
-