Uses of Interface
javax.xml.rpc.encoding.TypeMapping

Packages that use TypeMapping
javax.xml.rpc.encoding   
 

Uses of TypeMapping in javax.xml.rpc.encoding
 

Methods in javax.xml.rpc.encoding that return TypeMapping
 TypeMapping TypeMappingRegistry.getTypeMapping(java.lang.String namespaceURI)
          Returns the registered TypeMapping for the specified encoding style or XML schema namespace.
 TypeMapping TypeMappingRegistry.createTypeMapping(java.lang.String namespaceURI)
          Creates a new empty TypeMapping object for the specified encoding style or XML schema namespace.
 

Methods in javax.xml.rpc.encoding with parameters of type TypeMapping
 void TypeMappingRegistry.registry(TypeMapping mapping, java.lang.String namespaceURI)
          The method register adds a TypeMapping instance for a specific encoding style or XML schema namespace to the type mapping registry.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.