|
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.SOAPElementCodec
Constructor Summary | |
SOAPElementCodec()
Deprecated. |
Method Summary | |
Object |
deserialize(XMLName name,
Attribute att,
weblogic.xml.schema.binding.DeserializationContext context)
Deprecated. |
Object |
deserialize(XMLName name,
XMLInputStream reader,
weblogic.xml.schema.binding.DeserializationContext context)
Deprecated. |
protected abstract Object |
deserializeSOAPElement(SOAPElement element,
weblogic.xml.schema.binding.DeserializationContext context)
Deprecated. Returns a Java representation of the XML contained in the SOAPElement. |
void |
serialize(Object obj,
XMLName name,
XMLOutputStream writer,
weblogic.xml.schema.binding.SerializationContext context)
Deprecated. |
protected abstract SOAPElement |
serializeToSOAPElement(Object input,
XMLName name,
SOAPElement parent,
weblogic.xml.schema.binding.SerializationContext context)
Deprecated. Take the given input Object and return a new SOAPElement instance containing the XML representation of that Object. |
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 SOAPElementCodec()
Method Detail |
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 occurspublic 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 deserializeSOAPElement(SOAPElement element, weblogic.xml.schema.binding.DeserializationContext context) throws SOAPFaultException
element
- The SOAPElement object containing the XML
SOAPFaultException
- If an error occurrspublic final void serialize(Object obj, XMLName name, XMLOutputStream writer, weblogic.xml.schema.binding.SerializationContext context) throws SerializationException
Serializer
SerializationException
protected abstract SOAPElement serializeToSOAPElement(Object input, XMLName name, SOAPElement parent, weblogic.xml.schema.binding.SerializationContext context) throws SOAPFaultException
input
- The object to represent in XMLname
- The name of the containing XML element to be writtenparent
- The SOAPElement that will be the parent
of the resulting SOAPElement
SOAPFaultException
- If an error occurrs
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |