Package org.apache.ws.java2wsdl
Class MappingSet
java.lang.Object
org.apache.ws.java2wsdl.MappingSet
- All Implemented Interfaces:
Mapper
a mappingset is a set of mappings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMapping(NamespaceMapping mapping) add a new mappingvoidaddMappingSet(MappingSet mappingset) add a mappingset inside this onevoidexecute by mapping everything iteratively and recursively
-
Constructor Details
-
MappingSet
public MappingSet()
-
-
Method Details
-
addMapping
add a new mapping- Parameters:
mapping-
-
addMappingSet
add a mappingset inside this one- Parameters:
mappingset-
-
execute
execute by mapping everything iteratively and recursively
-