weblogic.webservice.encoding
Class ImageCodec
java.lang.Object
   weblogic.webservice.encoding.AbstractCodec
weblogic.webservice.encoding.AbstractCodec
       weblogic.webservice.encoding.AttachmentCodec
weblogic.webservice.encoding.AttachmentCodec
           weblogic.webservice.encoding.ImageCodec
weblogic.webservice.encoding.ImageCodec
- All Implemented Interfaces: 
- Deserializer, Serializer
Deprecated. please migrate to jws for webservices
- public class ImageCodec 
- extends AttachmentCodec
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ImageCodec
public ImageCodec()
- Deprecated. 
deserializeContent
protected Object deserializeContent(Object input)
- Deprecated. - 
- Specified by:
- deserializeContentin class- AttachmentCodec
 
- 
 
getContentType
protected String getContentType()
- Deprecated. - 
- Specified by:
- getContentTypein class- AttachmentCodec
 
- 
 
serializeContent
protected Object serializeContent(Object input)
- Deprecated. - 
- Specified by:
- serializeContentin class- AttachmentCodec
 
-