weblogic.webservice.encoding
Class ImageCodec
java.lang.Object
weblogic.webservice.encoding.AbstractCodec
weblogic.webservice.encoding.AttachmentCodec
weblogic.webservice.encoding.ImageCodec
- All Implemented Interfaces:
- Serializable, Deserializer, DeserializerFactory, Serializer, SerializerFactory
Deprecated. please migrate to jws for webservices
public class ImageCodec
- extends AttachmentCodec
- See Also:
- Serialized Form
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:
deserializeContent
in class AttachmentCodec
getContentType
protected String getContentType()
- Deprecated.
- Specified by:
getContentType
in class AttachmentCodec
serializeContent
protected Object serializeContent(Object input)
- Deprecated.
- Specified by:
serializeContent
in class AttachmentCodec