BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.webservice.encoding
Class GenericTypeMapping

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

Deprecated. please migrate to jws for webservices

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

Generic data type mapping used to map any unknown data type (i.e., any other than the built-in) to a SOAPElement. This data type mapping can be used with a JAX-RPC dynamic client to invoke a Web Service without creating a serialization class for the non-built-in types used by the Web Service.

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

Constructor Summary
GenericTypeMapping()
          Deprecated. Constructs a generic type mapping.
 
Methods inherited from class weblogic.xml.schema.binding.internal.TypeMappingBase
add, add, add, createXMLNameFromXMLType, dump, dump, dump2, getClassFromXMLType, getEntries, getHolderClass, getParent, getSupportedEncodings, getSupportedNamespaces, getXMLNameFromClass, 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

GenericTypeMapping

public GenericTypeMapping()
Deprecated. 
Constructs a generic type mapping.


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