Interface TypeMappingRegistry

All Superinterfaces:
Serializable, TypeMappingRegistry
All Known Implementing Classes:
TypeMappingRegistryImpl

public interface TypeMappingRegistry extends TypeMappingRegistry, Serializable
This interface describes the AXIS TypeMappingRegistry.
  • Method Details

    • delegate

      void delegate(TypeMappingRegistry secondaryTMR)
      delegate Changes the contained type mappings to delegate to their corresponding types in the secondary TMR.
    • getOrMakeTypeMapping

      TypeMapping getOrMakeTypeMapping(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.
      Parameters:
      encodingStyle -
      Returns:
      a registered TypeMapping for the given encoding style