BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.webservice.encoding
Class MimeMultipartCodec

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

public class MimeMultipartCodec
extends AttachmentCodec

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
MimeMultipartCodec()
           
 
Method Summary
protected  java.lang.Object deserialize(XMLName name, javax.xml.soap.SOAPMessage message, weblogic.xml.schema.binding.DeserializationContext context)
           
protected  java.lang.Object deserializeContent(java.lang.Object input)
           
protected  java.lang.String getContentType()
           
protected  void serialize(java.lang.Object input, XMLName name, javax.xml.soap.SOAPMessage message, weblogic.xml.schema.binding.SerializationContext context)
           
protected  java.lang.Object serializeContent(java.lang.Object input)
           
 
Methods inherited from class weblogic.webservice.encoding.AttachmentCodec
addBodyElement, deserialize, deserialize, getAttachmentPart, 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

MimeMultipartCodec

public MimeMultipartCodec()
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

deserialize

protected java.lang.Object deserialize(XMLName name,
                                       javax.xml.soap.SOAPMessage message,
                                       weblogic.xml.schema.binding.DeserializationContext context)
                                throws javax.xml.rpc.JAXRPCException

Overrides:
deserialize in class AttachmentCodec

serialize

protected void serialize(java.lang.Object input,
                         XMLName name,
                         javax.xml.soap.SOAPMessage message,
                         weblogic.xml.schema.binding.SerializationContext context)
                  throws javax.xml.rpc.soap.SOAPFaultException

Overrides:
serialize in class AttachmentCodec

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