|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3) B25988-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The SOAPElementSerializer interface defines the base interface for pluggable custom serializers in the Oracle JAX-RPC implementation. A Serializer converts a Java object to an XML representation of SAAJ SOAPElement. An instance of SOAPElementSerializer serializes a JAVA object to a SOAPElement and deserializes a SOAPElement to a JAVA object.
| Method Summary | |
Object |
deserialize(SOAPElement element)The deserialize method is implemented to unmarshall a XML fragment of SAAJ SOAPElement instance to JAVA Object. |
void |
init(Map initParams)The init method allows the SOAPElementSerializer instance to initialize itself. |
SOAPElement |
serialize(QName tagName, Object object)The serialize method is implemented to marshall a JAVA Object to a XML fragment of SAAJ SOAPElement instance. |
| Method Detail |
public void init(Map initParams)
initParams - the map of init-param elements.
public SOAPElement serialize(QName tagName,
Object object)
tagName - The top level element tag QName of the serialized XML fragment.object - The JAVA Object to be serializedpublic Object deserialize(SOAPElement element)
element - The instance of SOAPElement to be deserialzied
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||