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

Part Number E13941-02

weblogic.webservice.encoding
Class DataHandlerCodec

java.lang.Object
  extended by weblogic.webservice.encoding.AbstractCodec
      extended by weblogic.webservice.encoding.AttachmentCodec
          extended by weblogic.webservice.encoding.DataHandlerCodec
All Implemented Interfaces:
Deserializer, Serializer

Deprecated. please migrate to jws for webservices

public class DataHandlerCodec
extends AttachmentCodec


Constructor Summary
DataHandlerCodec()
          Deprecated.  
 
Method Summary
protected  Object deserialize(XMLName name, SOAPMessage message, DeserializationContext context)
          Deprecated.  
protected  Object deserializeContent(Object input)
          Deprecated.  
protected  String getContentType()
          Deprecated.  
protected  void serialize(Object input, XMLName name, SOAPMessage message, SerializationContext context)
          Deprecated.  
protected  Object serializeContent(Object input)
          Deprecated.  
 
Methods inherited from class weblogic.webservice.encoding.AttachmentCodec
addBodyElement, deserialize, deserialize, getAttachmentPart, serialize
 
Methods inherited from class weblogic.webservice.encoding.AbstractCodec
getDeserializerAs, getMechanismType, getSerializerAs, getSupportedMechanismTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataHandlerCodec

public DataHandlerCodec()
Deprecated. 
Method Detail

getContentType

protected String getContentType()
Deprecated. 
Specified by:
getContentType in class AttachmentCodec

serializeContent

protected Object serializeContent(Object input)
Deprecated. 
Specified by:
serializeContent in class AttachmentCodec

deserializeContent

protected Object deserializeContent(Object input)
Deprecated. 
Specified by:
deserializeContent in class AttachmentCodec

deserialize

protected Object deserialize(XMLName name,
                             SOAPMessage message,
                             DeserializationContext context)
                      throws JAXRPCException
Deprecated. 
Overrides:
deserialize in class AttachmentCodec
Throws:
JAXRPCException

serialize

protected void serialize(Object input,
                         XMLName name,
                         SOAPMessage message,
                         SerializationContext context)
                  throws SOAPFaultException
Deprecated. 
Overrides:
serialize in class AttachmentCodec
Throws:
SOAPFaultException

Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, 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 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02