BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Interface
weblogic.xml.schema.binding.Serializer

Packages that use Serializer
weblogic.webservice.encoding   
weblogic.xml.schema.binding Provides a framework for defining a data binding between XML Schema types and Java types. 
 

Uses of Serializer in weblogic.webservice.encoding
 

Classes in weblogic.webservice.encoding that implement Serializer
 class AbstractCodec
          Deprecated. please migrate to jws for webservices
 class AttachmentCodec
          Deprecated. please migrate to jws for webservices
 class DataHandlerArrayCodec
          Deprecated. please migrate to jws for webservices
 class DataHandlerCodec
          Deprecated. please migrate to jws for webservices
 class ImageArrayCodec
          Deprecated. please migrate to jws for webservices
 class ImageCodec
          Deprecated. please migrate to jws for webservices
 class MimeMultipartCodec
          Deprecated. please migrate to jws for webservices
 class SOAPElementCodec
          Deprecated. please migrate to jws for webservices
 class StringAttachmentCodec
          Deprecated. please migrate to jws for webservices
 class XMLSourceArrayCodec
          Deprecated. please migrate to jws for webservices
 class XMLSourceCodec
          Deprecated. please migrate to jws for webservices
 

Uses of Serializer in weblogic.xml.schema.binding
 

Methods in weblogic.xml.schema.binding that return Serializer
protected  Serializer SoapArrayCodecBase.getComponentSerializer(Object obj, weblogic.xml.schema.binding.SerializationContext context)
           
protected abstract  Serializer SequenceCodecBase.getSequenceElementSerializer(weblogic.xml.schema.binding.SerializationContext context)
           
static Serializer RuntimeUtils.lookup_serializer(Class clazz, weblogic.xml.schema.binding.SerializationContext context)
           
static Serializer RuntimeUtils.lookup_serializer(Class clazz, weblogic.xml.schema.binding.ClassContext class_ctx, weblogic.xml.schema.binding.SerializationContext context)
           
 

Methods in weblogic.xml.schema.binding with parameters of type Serializer
 boolean TypeMapping.add(Class clazz, XMLName xml_type, Serializer serializer, Deserializer deserializer)
          Shortcut for add(TypeMappingEntry)
protected  void TypedSoapArrayCodecBase.serializeMultiDimArray(Object obj, Serializer component_serializer, XMLName component_name, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
protected  void SoapArrayCodecBase.serializeOneDimArray(Object obj, Serializer component_serializer, XMLName component_name, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
protected  void SoapArrayCodecBase.serializeMultiDimArray(Object obj, Serializer component_serializer, XMLName component_name, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context)
           
 


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