Package org.apache.wsif.mapping

Interface Summary
WSIFMapper A WSIFMapper defines a way of producing a list of QName to Java class name mappings.
WSIFMappingConvention A WSIFMappingConvention defines a convention for converting an xml name to a Java class name.
 

Class Summary
MappingHelper Helper class for use by WSIFMapper implementations
ParserMappingConvention Implementation of WSIFMappingConvention that matches the convention used by the now deprecated getTypeMappings methods on Parser

This convention works as follows:
For all types, the package for the class is determined by in the following way:
Take the "hostname" part of the namespace uri.
WSIFDefaultMapper The default implementation of WSIFMapper.
WSIFDefaultMappingConvention Default implementation of WSIFMappingConvention This convention works as follows:
For all types, the package for the class is determined by in the following way:
Take the "hostname" part of the namespace uri.
WSIFMapperFactory A factory to produce instances of WSIFMapper
WSIFMappingConventionFactory A factory to produce instances of WSIFMappingConvention
 



Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.