BEA Systems, Inc.


weblogic.webservice.encoding
Class StringAttachmentCodec

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

public class StringAttachmentCodec
extends AttachmentCodec

See Also:
Serialized Form

Constructor Summary
StringAttachmentCodec()
           
 
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

StringAttachmentCodec

public StringAttachmentCodec()
Method Detail

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

deserializeContent

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

Overrides:
deserializeContent 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