|
|||||||||
| Home >> All >> org >> apache >> axis >> tools >> ant >> [ wsdl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.axis.tools.ant.wsdl
Class MappingSet

java.lang.Objectorg.apache.axis.tools.ant.wsdl.MappingSet
- All Implemented Interfaces:
- Mapper
- public class MappingSet
- extends java.lang.Object
- implements Mapper
- extends java.lang.Object
a mappingset is a set of mappings
| Field Summary | |
(package private) java.util.List |
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(org.apache.tools.ant.ProjectComponent owner,
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 |
| Field Detail |
mappings
java.util.List mappings
| Constructor Detail |
MappingSet
public MappingSet()
| Method Detail |
addMapping
public void addMapping(NamespaceMapping mapping)
- add a new mapping
addMappingSet
public void addMappingSet(MappingSet mappingset)
- add a mappingset inside this one
execute
public void execute(org.apache.tools.ant.ProjectComponent owner, java.util.HashMap map, boolean packageIsKey)
|
|||||||||
| Home >> All >> org >> apache >> axis >> tools >> ant >> [ wsdl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.axis.tools.ant.wsdl.MappingSet