weblogic.webservice.encoding
Class StringAttachmentCodec
java.lang.Object
weblogic.webservice.encoding.AbstractCodec
weblogic.webservice.encoding.AttachmentCodec
weblogic.webservice.encoding.StringAttachmentCodec
- All Implemented Interfaces:
- Serializable, Deserializer, DeserializerFactory, Serializer, SerializerFactory
Deprecated. please migrate to jws for webservices
public class StringAttachmentCodec
- extends AttachmentCodec
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringAttachmentCodec
public StringAttachmentCodec()
- Deprecated.
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