BEA Systems, Inc.


weblogic.webservice.encoding
Class ImageArrayCodec

java.lang.Object
  |
  +--weblogic.webservice.encoding.AbstractCodec
        |
        +--weblogic.webservice.encoding.AttachmentCodec
              |
              +--weblogic.webservice.encoding.ImageArrayCodec

public class ImageArrayCodec
extends AttachmentCodec

See Also:
Serialized Form

Constructor Summary
ImageArrayCodec()
           
 
Method Summary
protected  java.lang.Object deserializeContent(java.lang.Object input)
           
protected  java.lang.String getContentType()
           
protected  java.lang.Object serializeContent(java.lang.Object input)
           
 
Methods inherited from class weblogic.webservice.encoding.AttachmentCodec
addBodyElement, deserialize, deserialize, deserialize, getAttachmentPart, serialize, 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

ImageArrayCodec

public ImageArrayCodec()
Method Detail

deserializeContent

protected java.lang.Object deserializeContent(java.lang.Object input)

Overrides:
deserializeContent in class AttachmentCodec

getContentType

protected java.lang.String getContentType()

Overrides:
getContentType in class AttachmentCodec

serializeContent

protected java.lang.Object serializeContent(java.lang.Object input)

Overrides:
serializeContent in class AttachmentCodec

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference