|
BEA Systems, Inc. | |||||||||||
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
Constructor Summary | |
AttachmentCodec()
Deprecated. |
Method Summary | |
protected void |
addBodyElement(XMLName name,
SOAPMessage message)
Deprecated. |
Object |
deserialize(XMLName name,
Attribute att,
weblogic.xml.schema.binding.DeserializationContext context)
Deprecated. |
protected Object |
deserialize(XMLName name,
SOAPMessage message,
weblogic.xml.schema.binding.DeserializationContext context)
Deprecated. |
Object |
deserialize(XMLName name,
XMLInputStream reader,
weblogic.xml.schema.binding.DeserializationContext context)
Deprecated. |
protected abstract Object |
deserializeContent(Object content)
Deprecated. |
protected AttachmentPart |
getAttachmentPart(XMLName name,
SOAPMessage message,
weblogic.xml.schema.binding.DeserializationContext context)
Deprecated. |
protected abstract String |
getContentType()
Deprecated. |
protected void |
serialize(Object input,
XMLName name,
SOAPMessage message,
weblogic.xml.schema.binding.SerializationContext context)
Deprecated. |
void |
serialize(Object obj,
XMLName name,
XMLOutputStream writer,
weblogic.xml.schema.binding.SerializationContext context)
Deprecated. |
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 void addBodyElement(XMLName name, SOAPMessage message) throws SOAPException
SOAPException
public final Object deserialize(XMLName name, Attribute att, weblogic.xml.schema.binding.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 occursprotected Object deserialize(XMLName name, SOAPMessage message, weblogic.xml.schema.binding.DeserializationContext context) throws JAXRPCException
JAXRPCException
public final Object deserialize(XMLName name, XMLInputStream reader, weblogic.xml.schema.binding.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 occursprotected abstract Object deserializeContent(Object content)
protected AttachmentPart getAttachmentPart(XMLName name, SOAPMessage message, weblogic.xml.schema.binding.DeserializationContext context)
protected abstract String getContentType()
protected void serialize(Object input, XMLName name, SOAPMessage message, weblogic.xml.schema.binding.SerializationContext context) throws SOAPFaultException
SOAPFaultException
public final void serialize(Object obj, XMLName name, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context) throws SerializationException
Serializer
SerializationException
protected abstract Object serializeContent(Object input)
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |