BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.webservice.encoding
Class DefaultTypeMapping

java.lang.Object
  extended byweblogic.xml.schema.binding.internal.TypeMappingBase
      extended byweblogic.webservice.encoding.DefaultTypeMapping
All Implemented Interfaces:
TypeMapping, weblogic.xml.schema.binding.TypeMapping

Deprecated. please migrate to jws for webservices

public class DefaultTypeMapping
extends weblogic.xml.schema.binding.internal.TypeMappingBase

Default data-type mapping used to load and register the Weblogic-specific serialization class that converts between the XML and Java representation of the data type.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
DefaultTypeMapping(String filename)
          Deprecated. Constructs a Weblogic-specific data type mapping.
 
Methods inherited from class weblogic.xml.schema.binding.internal.TypeMappingBase
add, add, add, createXMLNameFromXMLType, dump, dump, dump2, get, get, getClassFromXMLName, getClassFromXMLType, getDeserializer, getEntries, getHolderClass, getParent, getSerializer, getSupportedEncodings, getSupportedNamespaces, getXMLNameFromClass, isRegistered, lookupEntry, readXML, readXML, register, remove, removeDeserializer, removeSerializer, replace, setParent, setSupportedEncodings, setSupportedNamespaces, toString, writeXML, writeXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultTypeMapping

public DefaultTypeMapping(String filename)
Deprecated. 
Constructs a Weblogic-specific data type mapping. This method also loads and register the serialization class defined in the specified file.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.