FileDocCategorySizeDatePackage
TypeMappingRegistry.javaAPI DocApache Axis 1.41459Sat Apr 22 18:57:28 BST 2006org.apache.axis.encoding

TypeMappingRegistry

public interface TypeMappingRegistry implements Serializable, javax.xml.rpc.encoding.TypeMappingRegistry
This interface describes the AXIS TypeMappingRegistry.

Fields Summary
Constructors Summary
Methods Summary
public voiddelegate(org.apache.axis.encoding.TypeMappingRegistry secondaryTMR)
delegate Changes the contained type mappings to delegate to their corresponding types in the secondary TMR.

public TypeMappinggetOrMakeTypeMapping(java.lang.String encodingStyle)
Obtain a type mapping for the given encoding style. If no specific mapping exists for this encoding style, we will create and register one before returning it.

param
encodingStyle
return
a registered TypeMapping for the given encoding style