Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.webservice.encoding
Class GenericTypeMapping

java.lang.Object
  extended by weblogic.xml.schema.binding.internal.TypeMappingBase
      extended by weblogic.webservice.encoding.GenericTypeMapping

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.


Constructor Summary
GenericTypeMapping()
          Deprecated. Constructs a generic type mapping.
 
Method Summary
 
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

GenericTypeMapping

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


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06