|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.webservice.encoding.AbstractCodec
weblogic.webservice.encoding.AttachmentCodec
public abstract class AttachmentCodec
Constructor Summary | |
---|---|
AttachmentCodec()
Deprecated. |
Method Summary | |
---|---|
protected void |
addBodyElement(XMLName name,
SOAPMessage message)
Deprecated. |
Object |
deserialize(XMLName name,
Attribute att,
DeserializationContext context)
Deprecated. Take an XML instance, create and populate the corresponding Object. |
protected Object |
deserialize(XMLName name,
SOAPMessage message,
DeserializationContext context)
Deprecated. |
Object |
deserialize(XMLName name,
XMLInputStream reader,
DeserializationContext context)
Deprecated. Take an XML instance, create and populate the corresponding Object. |
protected abstract Object |
deserializeContent(Object content)
Deprecated. |
protected AttachmentPart |
getAttachmentPart(XMLName name,
SOAPMessage message,
DeserializationContext context)
Deprecated. |
protected abstract String |
getContentType()
Deprecated. |
protected void |
serialize(Object input,
XMLName name,
SOAPMessage message,
SerializationContext context)
Deprecated. |
void |
serialize(Object obj,
XMLName name,
XMLOutputStream writer,
SerializationContext context)
Deprecated. Write the given Object to an XMLOutputSteam, using the information described in the mapping, using the name parameter as the name of the resulting element. |
protected abstract Object |
serializeContent(Object input)
Deprecated. |
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 |
---|
public AttachmentCodec()
Method Detail |
---|
protected Object deserialize(XMLName name, SOAPMessage message, DeserializationContext context) throws JAXRPCException
JAXRPCException
protected abstract Object deserializeContent(Object content)
protected void addBodyElement(XMLName name, SOAPMessage message) throws SOAPException
SOAPException
protected void serialize(Object input, XMLName name, SOAPMessage message, SerializationContext context) throws SOAPFaultException
SOAPFaultException
protected abstract Object serializeContent(Object input)
protected abstract String getContentType()
protected AttachmentPart getAttachmentPart(XMLName name, SOAPMessage message, DeserializationContext context)
public final Object deserialize(XMLName name, XMLInputStream reader, DeserializationContext context) throws DeserializationException
Deserializer
deserialize
may be called recusively as
needed to build contained Objects thus building up the full
graph of contained Objects.
name
- The expected name of the XML elementreader
- The XML stream containing the XML to deserialize
DeserializationException
- If an error occurspublic final Object deserialize(XMLName name, Attribute att, DeserializationContext context) throws DeserializationException
Deserializer
deserialize
may be called recusively as
needed to build contained Objects thus building up the full
graph of contained Objects.
name
- The expected name of the XML elementatt
- The attribute containing the value to deserialize
DeserializationException
- If an error occurspublic final void serialize(Object obj, XMLName name, XMLOutputStream writer, SerializationContext context) throws SerializationException
Serializer
SerializationException
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |