weblogic.webservice.encoding
Class DataHandlerCodec
java.lang.Object
   weblogic.webservice.encoding.AbstractCodec
weblogic.webservice.encoding.AbstractCodec
       weblogic.webservice.encoding.AttachmentCodec
weblogic.webservice.encoding.AttachmentCodec
           weblogic.webservice.encoding.DataHandlerCodec
weblogic.webservice.encoding.DataHandlerCodec
- All Implemented Interfaces: 
- Deserializer, Serializer
Deprecated. please migrate to jws for webservices
- public class DataHandlerCodec 
- extends AttachmentCodec
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DataHandlerCodec
public DataHandlerCodec()
- Deprecated. 
getContentType
protected String getContentType()
- Deprecated. - 
- Specified by:
- getContentTypein class- AttachmentCodec
 
- 
 
serializeContent
protected Object serializeContent(Object input)
- Deprecated. - 
- Specified by:
- serializeContentin class- AttachmentCodec
 
- 
 
deserializeContent
protected Object deserializeContent(Object input)
- Deprecated. - 
- Specified by:
- deserializeContentin class- AttachmentCodec
 
- 
 
deserialize
protected Object deserialize(XMLName name,
                             SOAPMessage message,
                             DeserializationContext context)
                      throws JAXRPCException
- Deprecated. - 
- Overrides:
- deserializein class- AttachmentCodec
 
- 
- Throws:
- JAXRPCException
 
serialize
protected void serialize(Object input,
                         XMLName name,
                         SOAPMessage message,
                         SerializationContext context)
                  throws SOAPFaultException
- Deprecated. - 
- Overrides:
- serializein class- AttachmentCodec
 
- 
- Throws:
- SOAPFaultException