org.apache.ws.java2wsdl
Interface Mapper

All Known Implementing Classes:
MappingSet, NamespaceMapping

public interface Mapper

interface that namespace mappers are expected to implement


Method Summary
 void execute(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 to
packageIsKey - if the package is to be the key for the map
Throws:
org.apache.tools.ant.BuildException - in case of emergency


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