|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SOAPElementSerializer
The SOAPElementSerializer interface defines the base interface for pluggable customer serializers of 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 |
|---|
void init(Map initParams)
initParams - the map of init-param elements.
SOAPElement serialize(QName tagName,
Object object)
tagName - The top level element tag QName of the serialized XML fragment.object - The JAVA Object to be serializedObject 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 | |||||||||